Skip to content

Commit 049a475

Browse files
committed
Spotless
1 parent ab6211d commit 049a475

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

x-pack/plugin/searchable-snapshots/qa/s3/src/javaRestTest/java/org/elasticsearch/xpack/searchablesnapshots/s3/S3SearchableSnapshotsCredentialsReloadIT.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,7 @@ void ensureSearchFailure() throws IOException {
276276
searchRequest.addParameter("size", "10000");
277277
assertThat(
278278
expectThrows(ResponseException.class, () -> client().performRequest(searchRequest)).getMessage(),
279-
allOf(
280-
containsString("Access denied"),
281-
containsString("Status Code: 403"),
282-
containsString("failed to read data from cache")
283-
)
279+
allOf(containsString("Access denied"), containsString("Status Code: 403"), containsString("failed to read data from cache"))
284280
);
285281
}
286282
}

0 commit comments

Comments
 (0)