Chore: Embed CSV files with the test data source (#71435)

This commit is contained in:
Andres Martinez Gotor
2023-07-13 09:34:40 +02:00
committed by GitHub
parent 51c94bccd7
commit 9990d5025d
14 changed files with 27 additions and 51 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ func TestCallResource(t *testing.T) {
cfg.Azure = &azsettings.AzureSettings{}
coreRegistry := coreplugin.ProvideCoreRegistry(nil, &cloudwatch.CloudWatchService{}, nil, nil, nil, nil,
nil, nil, nil, nil, testdatasource.ProvideService(cfg), nil, nil, nil, nil, nil, nil)
nil, nil, nil, nil, testdatasource.ProvideService(), nil, nil, nil, nil, nil, nil)
pCfg, err := config.ProvideConfig(setting.ProvideProvider(cfg), cfg, featuremgmt.WithFeatures())
require.NoError(t, err)
reg := registry.ProvideService()