mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 21:43:09 +08:00
RBAC: Remove folder name scope resolver (#96484)
* remove folder name scope resolver * update test
This commit is contained in:
@ -68,7 +68,7 @@ func TestIntegrationProvideFolderService(t *testing.T) {
|
||||
ProvideService(store, ac, bus.ProvideBus(tracing.InitializeTracerForTest()), nil, nil, db,
|
||||
featuremgmt.WithFeatures(), cfg, folderPermissions, supportbundlestest.NewFakeBundleService(), nil, tracing.InitializeTracerForTest())
|
||||
|
||||
require.Len(t, ac.Calls.RegisterAttributeScopeResolver, 3)
|
||||
require.Len(t, ac.Calls.RegisterAttributeScopeResolver, 2)
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user