mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-22 06:26:56 +01:00
Make authenticatedGroup external, fix small flaw
This commit is contained in:
@@ -197,7 +197,7 @@ class SetupContextListenerTest {
|
||||
authenticated.setDescription(AUTHENTICATED_GROUP_DESCRIPTION);
|
||||
authenticated.setExternal(true);
|
||||
|
||||
verify(groupManager, times(1)).create(createAuthenticatedGroup());
|
||||
verify(groupManager, times(1)).create(authenticated);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user