Skip to content

Commit

Permalink
Fix comment about number of roles (#73163)
Browse files Browse the repository at this point in the history
This comment is out of date since #71710.
  • Loading branch information
gtback authored May 17, 2021
1 parent dbc37f9 commit 6f46ae4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,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 6f46ae4

Please sign in to comment.