Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Mierzwa <[email protected]>
  • Loading branch information
MaciejMierzwa committed Oct 27, 2023
1 parent 0ef2e43 commit 6d2711f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,8 @@ public void shouldCreateSnapshot_positive() throws IOException {
auditLogsRule.assertExactlyOne(
userAuthenticated(LIMITED_WRITE_USER).withRestRequest(PUT, "/_snapshot/test-snapshot-repository/snapshot-positive-test")
);
auditLogsRule.assertAtLeast(1,
auditLogsRule.assertAtLeast(
1,
userAuthenticated(LIMITED_WRITE_USER).withRestRequest(GET, "/_snapshot/test-snapshot-repository/snapshot-positive-test")
);
auditLogsRule.assertExactly(2, grantedPrivilege(LIMITED_WRITE_USER, "PutRepositoryRequest"));
Expand Down

0 comments on commit 6d2711f

Please sign in to comment.