mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 09:42:15 +08:00
FeatureFlags: Use interface rather than manager (#80000)
This commit is contained in:
@ -435,7 +435,7 @@ func TestFolderGetAPIEndpoint(t *testing.T) {
|
||||
type testCase struct {
|
||||
description string
|
||||
URL string
|
||||
features *featuremgmt.FeatureManager
|
||||
features featuremgmt.FeatureToggles
|
||||
expectedCode int
|
||||
expectedParentUIDs []string
|
||||
expectedParentOrgIDs []int64
|
||||
|
Reference in New Issue
Block a user