Merge branch '1.1.x'

This commit is contained in:
Andy Wilkinson 2014-08-06 14:01:36 +01:00
commit 7f9ef1cf5b
1 changed files with 1 additions and 1 deletions

View File

@ -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"));
}
}