mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 17:42:35 +08:00
FeatureFlags: Use interface rather than manager (#80000)
This commit is contained in:
@ -587,7 +587,7 @@ func TestIntegrationNestedFolderService(t *testing.T) {
|
||||
|
||||
testCases := []struct {
|
||||
service *Service
|
||||
featuresFlag *featuremgmt.FeatureManager
|
||||
featuresFlag featuremgmt.FeatureToggles
|
||||
prefix string
|
||||
depth int
|
||||
forceDelete bool
|
||||
|
Reference in New Issue
Block a user