Skip to content

Commit

Permalink
fix: fix flakiness in test io.dropwizard.health.HealthCheckConfigVali…
Browse files Browse the repository at this point in the history
…datorTest#startValidationsShouldFailIfAHealthCheckConfiguredButNotRegistered
  • Loading branch information
simonh5 committed Sep 29, 2023
1 parent c796bfc commit 231a752
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ void startValidationsShouldFailIfAHealthCheckConfiguredButNotRegistered() throws
assertThat(logEvent.getFormattedMessage())
.contains(" * check-3");
assertThat(e.getMessage())
.contains("check-2")
.contains("check-3");
.contains("check-2", "check-3");
}
}
}

0 comments on commit 231a752

Please sign in to comment.