Merge branch '1.1.x'
This commit is contained in:
commit
7f9ef1cf5b
|
|
@ -79,7 +79,7 @@ public class UnsecureManagementSampleActuatorApplicationTests {
|
|||
assertEquals(HttpStatus.OK, entity.getStatusCode());
|
||||
@SuppressWarnings("unchecked")
|
||||
Map<String, Object> body = entity.getBody();
|
||||
assertTrue("Wrong body: " + body, body.containsKey("counter.status.401.root"));
|
||||
assertTrue("Wrong body: " + body, body.containsKey("counter.status.401.unmapped"));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue