This is an automated email from the ASF dual-hosted git repository.
jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/camel-main by this push:
new d387949756 Fixed kamelet test
d387949756 is described below
commit d38794975631554e7dbd05a75f0fd10f13851c12
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Mon Oct 13 14:14:59 2025 +0200
Fixed kamelet test
---
.../java/org/apache/camel/quarkus/component/kamelet/it/KameletTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/integration-tests/kamelet/src/test/java/org/apache/camel/quarkus/component/kamelet/it/KameletTest.java
b/integration-tests/kamelet/src/test/java/org/apache/camel/quarkus/component/kamelet/it/KameletTest.java
index d24f444028..0bc8d3744b 100644
---
a/integration-tests/kamelet/src/test/java/org/apache/camel/quarkus/component/kamelet/it/KameletTest.java
+++
b/integration-tests/kamelet/src/test/java/org/apache/camel/quarkus/component/kamelet/it/KameletTest.java
@@ -107,7 +107,7 @@ class KameletTest {
RestAssured.get("/kamelet/pipe")
.then()
.statusCode(200)
- .body(is("Hello Pipe"));
+ .body(is("Hello+Pipe"));
}
@Test