Skip to content

Commit

Permalink
update documentation test
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Sep 6, 2019
1 parent 44a8e2e commit 503ce9a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -681,8 +681,8 @@ public void testGetRoles() throws Exception {

List<Role> roles = response.getRoles();
assertNotNull(response);
// 27 system roles plus the three we created
assertThat(roles.size(), equalTo(30));
// 28 system roles plus the three we created
assertThat(roles.size(), equalTo(31));
}

{
Expand Down

0 comments on commit 503ce9a

Please sign in to comment.