diff --git a/spring-cloud-netflix-core/src/test/java/org/springframework/cloud/netflix/hystrix/HystrixOnlyTests.java b/spring-cloud-netflix-core/src/test/java/org/springframework/cloud/netflix/hystrix/HystrixOnlyTests.java index d11dae59e..8060de7d7 100644 --- a/spring-cloud-netflix-core/src/test/java/org/springframework/cloud/netflix/hystrix/HystrixOnlyTests.java +++ b/spring-cloud-netflix-core/src/test/java/org/springframework/cloud/netflix/hystrix/HystrixOnlyTests.java @@ -54,7 +54,7 @@ import static org.springframework.cloud.netflix.test.TestAutoConfiguration.USER; */ @RunWith(SpringRunner.class) @SpringBootTest(classes = HystrixOnlyApplication.class, webEnvironment = RANDOM_PORT, - properties = "management.endpoint.health.show-details=true") + properties = "management.endpoint.health.show-details=ALWAYS") @DirtiesContext @ActiveProfiles("proxysecurity") public class HystrixOnlyTests {