squakez commented on code in PR #6807:
URL: https://github.com/apache/camel-k/pull/6807#discussion_r4026653353
##########
e2e/common/misc/pipe_test.go:
##########
@@ -76,7 +76,7 @@ func TestPipe(t *testing.T) {
"-p",
"sink.loggerName=integrationLogger",
"-p",
"error-handler.loggerName=kameletErrorHandler",
// Needed in the test to make sure to
do the right string comparison later
- "-t", "logging.color=false",
+ "-p", "quarkus.console.color=false",
Review Comment:
```suggestion
"-t",
"camel.properties=quarkus.console.color=false",
```
##########
e2e/common/misc/pipe_test.go:
##########
@@ -55,7 +55,7 @@ func TestPipe(t *testing.T) {
"-p",
"sink.loggerName=integrationLogger",
"-p",
"error-handler.loggerName=kameletErrorHandler",
// Needed in the test to make sure to
do the right string comparison later
- "-t", "logging.color=false",
+ "-p", "quarkus.console.color=false",
Review Comment:
```suggestion
"-t",
"camel.properties=quarkus.console.color=false",
```
--
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]