Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed Oct 30, 2023
1 parent ca6808c commit f4385fe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ public void getAuthoritiesByRoleName_Should_ReturnCorrectRoles_When_keycloakRole

assertNotNull(result);
assertTrue(result.contains(AuthorityValue.USER_ADMIN));
assertEquals(1, result.size());
assertTrue(result.contains(AuthorityValue.CONSULTANT_CREATE_UPDATE));
assertEquals(2, result.size());
}

@Test
Expand Down

0 comments on commit f4385fe

Please sign in to comment.