Disable management security when testing Jolokia endpoint
This commit is contained in:
parent
149f19cd58
commit
595679bed4
|
|
@ -53,7 +53,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
|
|||
* @author Dave Syer
|
||||
*/
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest
|
||||
@SpringBootTest(properties = "management.security.enabled=false")
|
||||
public class JolokiaMvcEndpointIntegrationTests {
|
||||
|
||||
@Autowired
|
||||
|
|
|
|||
Loading…
Reference in New Issue