jvrubel commented on code in PR #21362:
URL: https://github.com/apache/camel/pull/21362#discussion_r2798083298
##########
dsl/camel-jbang/camel-jbang-it/src/test/java/org/apache/camel/dsl/jbang/it/support/JBangTestSupport.java:
##########
@@ -178,13 +182,13 @@ protected void checkCommandOutputs(String command, String
contains, int waitForS
protected void checkCommandOutputs(String command, String contains) {
Assertions.assertThat(execute(command))
- .as("command camel " + command + " should output " + contains)
+ .as("command " + MAIN_COMMAND + " " + command + "should
output " + contains)
Review Comment:
My bad
--
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]