fix up TimerLogMainTest #2711
diff --git a/timer-log-main/src/test/java/org/acme/timer/TimerLogMainTest.java b/timer-log-main/src/test/java/org/acme/timer/TimerLogMainTest.java
index fe0b62b..2cf4104 100644
--- a/timer-log-main/src/test/java/org/acme/timer/TimerLogMainTest.java
+++ b/timer-log-main/src/test/java/org/acme/timer/TimerLogMainTest.java
@@ -74,7 +74,7 @@
         try {
             int status = RestAssured.given()
                     .port(port)
-                    .get("/health")
+                    .get("/q/health")
                     .then()
                     .extract()
                     .statusCode();