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

nfilotto pushed a commit to branch essobedo/error-management-improvements
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 728ae731f631d109f20b60d1684fdedaa4d7dde3
Author: Nicolas Filotto <[email protected]>
AuthorDate: Wed Oct 16 16:33:21 2024 +0200

    For testing purposes
---
 .../src/test/java/org/apache/karaf/camel/itest/CamelActivemqITest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tests/features/camel-activemq/src/test/java/org/apache/karaf/camel/itest/CamelActivemqITest.java
 
b/tests/features/camel-activemq/src/test/java/org/apache/karaf/camel/itest/CamelActivemqITest.java
index 194f53342..6c5124a40 100644
--- 
a/tests/features/camel-activemq/src/test/java/org/apache/karaf/camel/itest/CamelActivemqITest.java
+++ 
b/tests/features/camel-activemq/src/test/java/org/apache/karaf/camel/itest/CamelActivemqITest.java
@@ -33,7 +33,7 @@ public class CamelActivemqITest extends 
AbstractCamelSingleFeatureResultMockBase
 
     @Override
     public void configureMock(MockEndpoint mock) {
-        mock.expectedBodiesReceived("OK");
+        mock.expectedBodiesReceived("OK2");
     }
 
     @Test

Reply via email to