Merge branch '2.7.x' into 3.0.x
Closes gh-34017
This commit is contained in:
@@ -49,7 +49,7 @@ class AbstractReactiveHealthIndicatorTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void healthCheckWhenDownWithExceptionThrownDoesNotLogHealthCheckFailedMessage(CapturedOutput output) {
|
||||
void healthCheckWhenDownWithExceptionThrownLogsHealthCheckFailedMessage(CapturedOutput output) {
|
||||
Health health = new AbstractReactiveHealthIndicator("Test message") {
|
||||
@Override
|
||||
protected Mono<Health> doHealthCheck(Builder builder) {
|
||||
@@ -62,7 +62,7 @@ class AbstractReactiveHealthIndicatorTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void healthCheckWhenDownWithExceptionConfiguredDoesNotLogHealthCheckFailedMessage(CapturedOutput output) {
|
||||
void healthCheckWhenDownWithExceptionConfiguredLogsHealthCheckFailedMessage(CapturedOutput output) {
|
||||
Health health = new AbstractReactiveHealthIndicator("Test message") {
|
||||
@Override
|
||||
protected Mono<Health> doHealthCheck(Builder builder) {
|
||||
|
||||
Reference in New Issue
Block a user