apupier commented on PR #268:
URL: https://github.com/apache/camel-examples/pull/268#issuecomment-5760143725
test failure on the modified example:
```
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
20.71 s <<< FAILURE! -- in org.apache.camel.example.KameletChuckNorrisTest
[ERROR]
org.apache.camel.example.KameletChuckNorrisTest.should_use_a_simple_kamelet --
Time elapsed: 20.32 s <<< FAILURE!
org.opentest4j.AssertionFailedError: 1 message should be completed ==>
expected: <true> but was: <false>
at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:232)
at
org.apache.camel.example.KameletChuckNorrisTest.should_use_a_simple_kamelet(KameletChuckNorrisTest.java:36)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] KameletChuckNorrisTest.should_use_a_simple_kamelet:36 1 message
should be completed ==> expected: <true> but was: <false>
[INFO]
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]