Commit 7f9ef1cf authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '1.1.x'

parents 5f8c1e77 e1857933
...@@ -79,7 +79,7 @@ public class UnsecureManagementSampleActuatorApplicationTests { ...@@ -79,7 +79,7 @@ public class UnsecureManagementSampleActuatorApplicationTests {
assertEquals(HttpStatus.OK, entity.getStatusCode()); assertEquals(HttpStatus.OK, entity.getStatusCode());
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")
Map<String, Object> body = entity.getBody(); 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"));
} }
} }
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