Fix change in property type errors

This commit is contained in:
Spencer Gibb
2018-02-10 10:01:50 -05:00
parent ef056583c8
commit e30fa91769

View File

@@ -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 {