RBAC: add folder UID scope resolver (#62695)
* add folder uid scope resolver * undo guardian change, move it to a separate PR * fix test + linting
This commit is contained in:
@@ -40,7 +40,7 @@ func TestIntegrationProvideFolderService(t *testing.T) {
|
||||
ac := acmock.New()
|
||||
ProvideService(ac, bus.ProvideBus(tracing.InitializeTracerForTest()), cfg, nil, nil, nil, &featuremgmt.FeatureManager{})
|
||||
|
||||
require.Len(t, ac.Calls.RegisterAttributeScopeResolver, 2)
|
||||
require.Len(t, ac.Calls.RegisterAttributeScopeResolver, 3)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user