We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a8e2e commit 503ce9aCopy full SHA for 503ce9a
client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/SecurityDocumentationIT.java
@@ -681,8 +681,8 @@ public void testGetRoles() throws Exception {
681
682
List<Role> roles = response.getRoles();
683
assertNotNull(response);
684
- // 27 system roles plus the three we created
685
- assertThat(roles.size(), equalTo(30));
+ // 28 system roles plus the three we created
+ assertThat(roles.size(), equalTo(31));
686
}
687
688
{
0 commit comments