Skip to content

Commit 3e73f34

Browse files
committed
Fix comment about number of roles
This comment is out of date since elastic#71710.
1 parent 7b64cae commit 3e73f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/SecurityDocumentationIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ public void testGetRoles() throws Exception {
691691

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

0 commit comments

Comments
 (0)