Skip to content

Commit

Permalink
fix: fix flakiness in test HealthCheckConfigValidator#startValidation…
Browse files Browse the repository at this point in the history
…sShouldFailIfAHealthCheckConfiguredButNotRegistered
  • Loading branch information
simonh5 committed Sep 29, 2023
1 parent aa7a6db commit 0899fac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ void startValidationsShouldFailIfAHealthCheckConfiguredButNotRegistered() throws
assertThat(logEvent.getFormattedMessage())
.contains(" * check-3");
assertThat(e.getMessage())
.contains("[check-3, check-2]");
.contains("check-2", "check-3");
}
}
}

0 comments on commit 0899fac

Please sign in to comment.