Remove redundant property from tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user