This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit bca880824d44fbf63d6fddd939e672493a55cade Author: Freeman Fang <[email protected]> AuthorDate: Fri Jun 4 11:50:09 2021 -0400 fix up TimerLogMainTest #2711 --- timer-log-main/src/test/java/org/acme/timer/TimerLogMainTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ public class TimerLogMainTest { try { int status = RestAssured.given() .port(port) - .get("/health") + .get("/q/health") .then() .extract() .statusCode();
