|
|
|
@ -89,7 +89,7 @@ public class SampleActuatorApplicationTests { |
|
|
|
|
|
|
|
|
|
|
|
@SuppressWarnings("unchecked") |
|
|
|
@SuppressWarnings("unchecked") |
|
|
|
@Test |
|
|
|
@Test |
|
|
|
public void testMetrics() throws Exception { |
|
|
|
public void testMetrics() { |
|
|
|
testHome(); // makes sure some requests have been made
|
|
|
|
testHome(); // makes sure some requests have been made
|
|
|
|
@SuppressWarnings("rawtypes") |
|
|
|
@SuppressWarnings("rawtypes") |
|
|
|
ResponseEntity<Map> entity = this.restTemplate |
|
|
|
ResponseEntity<Map> entity = this.restTemplate |
|
|
|
|