Commit c29fe057 authored by Madhura Bhave's avatar Madhura Bhave

Remove redundant property from tests

parent 38d44409
......@@ -60,8 +60,7 @@ import static org.assertj.core.api.Assertions.assertThat;
@RunWith(SpringRunner.class)
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
@DirtiesContext
@TestPropertySource(properties = { "management.jolokia.enabled=true",
"management.security.enabled=false" })
@TestPropertySource(properties = "management.jolokia.enabled=true")
public class JolokiaManagementContextConfigurationIntegrationTests {
@Autowired
......
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