Fix change in property type errors

parent ef056583
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment