mysql: do not use unexported grafana-core config (#83062)

* mysql: do not use unexported grafana-core config

* updated test
This commit is contained in:
Gábor Farkas
2024-02-22 14:22:14 +01:00
committed by GitHub
parent 74c0463cd3
commit 3ba33fe278
5 changed files with 26 additions and 22 deletions
@@ -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)