[KEYCLOAK-5660] - Fixing test, it should not consider users count for service accounts
This commit is contained in:
parent
674fb31a2c
commit
4caa40fd0a
1 changed files with 0 additions and 2 deletions
|
@ -357,8 +357,6 @@ public class UserModelTest extends AbstractModelTest {
|
|||
Assert.assertTrue(users.contains(user1));
|
||||
Assert.assertTrue(users.contains(user2));
|
||||
|
||||
Assert.assertEquals(2, session.users().getUsersCount(realm));
|
||||
|
||||
// Remove client
|
||||
new ClientManager(realmManager).removeClient(realm, client);
|
||||
commit();
|
||||
|
|
Loading…
Reference in a new issue