Skip to content

Commit

Permalink
Fix comment about number of roles (#73163) (#73166)
Browse files Browse the repository at this point in the history
This comment is out of date since #71710.

Co-authored-by: Greg Back <1045796+gtback@users.noreply.github.com>
  • Loading branch information
jrodewig and gtback authored May 17, 2021
1 parent ae2a5c8 commit bdc6b06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ public void testGetRoles() throws Exception {

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

Expand Down

0 comments on commit bdc6b06

Please sign in to comment.