mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
Use PermissionDescriptor instead of String
This commit is contained in:
@@ -141,7 +141,7 @@ public class JAXBConfigurationEntryStoreTest
|
||||
|
||||
assertNotNull(ap);
|
||||
assertEquals("tuser4", ap.getName());
|
||||
assertEquals("repository:create", ap.getPermission());
|
||||
assertEquals("repository:create", ap.getPermission().getValue());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user