Skip to content

Commit 6d2711f

Browse files
committed
spotless
Signed-off-by: Maciej Mierzwa <dev.maciej.mierzwa@gmail.com>
1 parent 0ef2e43 commit 6d2711f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/integrationTest/java/org/opensearch/security/SearchOperationTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,8 @@ public void shouldCreateSnapshot_positive() throws IOException {
16791679
auditLogsRule.assertExactlyOne(
16801680
userAuthenticated(LIMITED_WRITE_USER).withRestRequest(PUT, "/_snapshot/test-snapshot-repository/snapshot-positive-test")
16811681
);
1682-
auditLogsRule.assertAtLeast(1,
1682+
auditLogsRule.assertAtLeast(
1683+
1,
16831684
userAuthenticated(LIMITED_WRITE_USER).withRestRequest(GET, "/_snapshot/test-snapshot-repository/snapshot-positive-test")
16841685
);
16851686
auditLogsRule.assertExactly(2, grantedPrivilege(LIMITED_WRITE_USER, "PutRepositoryRequest"));

0 commit comments

Comments
 (0)