Chore: Remove unused code/dependencies in testdata datasource (#69386)

This commit is contained in:
Marcus Efraimsson
2023-06-05 11:34:02 +02:00
committed by GitHub
parent cf1945d0c3
commit dcc1169ab2
5 changed files with 5 additions and 14 deletions
@@ -102,7 +102,7 @@ func TestIntegrationPluginManager(t *testing.T) {
otsdb := opentsdb.ProvideService(hcp)
pr := prometheus.ProvideService(hcp, cfg, features, tracer)
tmpo := tempo.ProvideService(hcp)
td := testdatasource.ProvideService(cfg, features)
td := testdatasource.ProvideService(cfg)
pg := postgres.ProvideService(cfg)
my := mysql.ProvideService(cfg, hcp)
ms := mssql.ProvideService(cfg)