Ops -> Actuator

This commit is contained in:
Phillip Webb
2013-07-31 12:57:25 -07:00
parent d1ceed2f7d
commit 4c067a89fe
5 changed files with 6 additions and 6 deletions

View File

@@ -160,8 +160,8 @@ public class SampleIntegrationTests {
}
@Test
public void opsSample() throws Exception {
start("samples/ops.groovy");
public void actuatorSample() throws Exception {
start("samples/actuator.groovy");
String result = FileUtil.readEntirely(new URL("http://localhost:8080")
.openStream());
assertEquals("{\"message\":\"Hello World!\"}", result);