Make authenticatedGroup external, fix small flaw

This commit is contained in:
Florian Scholdei
2020-11-03 10:57:46 +01:00
parent f1115099c9
commit bfa917859a
2 changed files with 2 additions and 1 deletions

View File

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