RBAC: Remove folder name scope resolver (#96484)

* remove folder name scope resolver

* update test
This commit is contained in:
Ieva
2024-11-18 10:47:10 +00:00
committed by GitHub
parent 7d10ffff1b
commit 0a85f15214
4 changed files with 1 additions and 121 deletions

View File

@ -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)
})
}