From e30fa91769c92232cb48a55df1f207ca0df8c969 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Sat, 10 Feb 2018 10:01:50 -0500 Subject: [PATCH] Fix change in property type errors --- .../springframework/cloud/netflix/hystrix/HystrixOnlyTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {