This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


The following commit(s) were added to refs/heads/camel-quarkus-main by this 
push:
     new ae7e62a  fix up TimerLogMainTest #2711
ae7e62a is described below

commit ae7e62ab78a3be5366479a34e3c76d1cbe5b012f
Author: Freeman Fang <freeman.f...@gmail.com>
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();

Reply via email to