davsclaus commented on code in PR #25367:
URL: https://github.com/apache/camel/pull/25367#discussion_r3726012203


##########
components/camel-undertow/src/test/java/org/apache/camel/component/undertow/UndertowEndpointTest.java:
##########
@@ -18,10 +18,15 @@
 
 import java.net.URI;
 
+import org.apache.camel.http.base.HttpHeaderFilterStrategy;
+import org.apache.camel.spi.HeaderFilterStrategy;
 import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Test;

Review Comment:
   Non-blocking: per project conventions, new test code should prefer AssertJ 
assertions (`assertThat(...)`) over JUnit assertions (`assertInstanceOf`, 
`assertSame`, `assertTrue`).



-- 
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]

Reply via email to