PublicDashboards: Allow hidden queries execution (#64858)
This commit is contained in:
@@ -463,7 +463,7 @@ type testContext struct {
|
||||
secretStore secretskvs.SecretsKVStore
|
||||
dataSourceCache *fakeDataSourceCache
|
||||
pluginRequestValidator *fakePluginRequestValidator
|
||||
queryService *Service // implementation belonging to this package
|
||||
queryService *ServiceImpl // implementation belonging to this package
|
||||
signedInUser *user.SignedInUser
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user