Chore: Fix flaky cloud migration test (#94035)

* attempt to fix flaky test

* remove skip from test
This commit is contained in:
Michael Mandrus
2024-09-30 22:24:47 -04:00
committed by GitHub
parent 0c1aafd643
commit 1c648fd010
4 changed files with 7 additions and 8 deletions

View File

@ -617,7 +617,7 @@ func setUpServiceTest(t *testing.T, withDashboardMock bool) cloudmigration.Servi
featuremgmt.FlagDashboardRestore),
sqlStore,
dsService,
secretskv.NewFakeSQLSecretsKVStore(t),
secretskv.NewFakeSQLSecretsKVStore(t, sqlStore),
secretsService,
rr,
prometheus.DefaultRegisterer,