Add missing tests
This commit is contained in:
@@ -75,7 +75,7 @@ public class SampleActuatorUiApplicationPortTests {
|
||||
ResponseEntity<String> entity = new TestRestTemplate().getForEntity(
|
||||
"http://localhost:" + this.managementPort + "/health", String.class);
|
||||
assertEquals(HttpStatus.OK, entity.getStatusCode());
|
||||
assertEquals("ok", entity.getBody());
|
||||
assertEquals("{\"status\":\"ok\"}", entity.getBody());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user