Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret committed Mar 20, 2024
1 parent f1d6b33 commit 11fd23b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private void assertILMPolicyExists(String policyName) throws IOException {
assertOK(response);

assertNotNull(ObjectPath.createFromResponse(response).evaluate(policyName));
} catch (ResponseException e) {
} catch (ResponseException e) {
int status = e.getResponse().getStatusLine().getStatusCode();
if (status == 404) {
throw new AssertionError("Waiting for the policy to be created");
Expand Down

0 comments on commit 11fd23b

Please sign in to comment.