Skip to content

Commit 503ce9a

Browse files
committed
update documentation test
1 parent 44a8e2e commit 503ce9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,8 @@ public void testGetRoles() throws Exception {
681681

682682
List<Role> roles = response.getRoles();
683683
assertNotNull(response);
684-
// 27 system roles plus the three we created
685-
assertThat(roles.size(), equalTo(30));
684+
// 28 system roles plus the three we created
685+
assertThat(roles.size(), equalTo(31));
686686
}
687687

688688
{

0 commit comments

Comments
 (0)