mirror of
https://github.com/grafana/grafana.git
synced 2026-08-26 13:27:30 -05:00
mysql: do not use unexported grafana-core config (#83062)
* mysql: do not use unexported grafana-core config * updated test
This commit is contained in:
@@ -86,7 +86,7 @@ func TestIntegrationPluginManager(t *testing.T) {
|
||||
tmpo := tempo.ProvideService(hcp)
|
||||
td := testdatasource.ProvideService()
|
||||
pg := postgres.ProvideService(cfg)
|
||||
my := mysql.ProvideService(cfg, hcp)
|
||||
my := mysql.ProvideService()
|
||||
ms := mssql.ProvideService(cfg)
|
||||
sv2 := searchV2.ProvideService(cfg, db.InitTestDB(t), nil, nil, tracer, features, nil, nil, nil)
|
||||
graf := grafanads.ProvideService(sv2, nil)
|
||||
|
||||
Reference in New Issue
Block a user