Skip to content

Commit

Permalink
Change formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhristinin committed Jun 7, 2023
1 parent c0f2d54 commit 386b2e6
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1246,9 +1246,8 @@ public void testKibanaSystemRole() {
);
});

Arrays.asList(
"risk-score.risk-score-" + randomAlphaOfLength(randomIntBetween(0, 13))
).forEach(indexName -> assertAllIndicesAccessAllowed(kibanaRole, indexName));
Arrays.asList("risk-score.risk-score-" + randomAlphaOfLength(randomIntBetween(0, 13)))
.forEach(indexName -> assertAllIndicesAccessAllowed(kibanaRole, indexName));
}

public void testKibanaAdminRole() {
Expand Down

0 comments on commit 386b2e6

Please sign in to comment.