Skip to content

Commit

Permalink
Fix comment about number of roles
Browse files Browse the repository at this point in the history
This comment is out of date since elastic#71710.
  • Loading branch information
gtback committed May 17, 2021
1 parent 7b64cae commit 3e73f34
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 3e73f34

Please sign in to comment.