tadayosi commented on issue #2742: URL: https://github.com/apache/camel-k/issues/2742#issuecomment-965943033
By the way, when we use Gomega's structural matches the diffs at test failure can be really lengthy and thus truncated by default. In the above case, the real mismatch is hidden in the truncated part. If we are ok, probably we should add: ``` format.MaxLength = 0 ``` somewhere in `test_support.go` to disable the diff truncation. https://onsi.github.io/gomega/#adjusting-output -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org