mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-08 21:30:07 -06:00
Fix role service mock
This commit is contained in:
committed by
Jörn Friedrich Dreyer
parent
c954bcb49c
commit
b622e18f9a
@@ -383,7 +383,7 @@ func buildRoleServiceMock() settings.RoleService {
|
||||
Id: ssvc.BundleUUIDRoleAdmin,
|
||||
Settings: []*settings.Setting{
|
||||
{
|
||||
Id: ssvc.BundleUUIDRoleAdmin,
|
||||
Id: accountsSvc.AccountManagementPermissionID,
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -391,7 +391,7 @@ func buildRoleServiceMock() settings.RoleService {
|
||||
Id: ssvc.BundleUUIDRoleUser,
|
||||
Settings: []*settings.Setting{
|
||||
{
|
||||
Id: ssvc.BundleUUIDRoleUser,
|
||||
Id: accountsSvc.SelfManagementPermissionID,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user