Croway commented on code in PR #1343: URL: https://github.com/apache/camel-spring-boot/pull/1343#discussion_r1916979385
########## components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/SpringBootPlatformHttpCertificationTest.java: ########## @@ -64,7 +64,7 @@ @CamelSpringBootTest @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = { CamelAutoConfiguration.class, SpringBootPlatformHttpCertificationTest.class, SpringBootPlatformHttpCertificationTest.TestConfiguration.class, - PlatformHttpComponentAutoConfiguration.class, SpringBootPlatformHttpAutoConfiguration.class, }) + PlatformHttpComponentAutoConfiguration.class, SpringBootPlatformHttpAutoConfiguration.class}) public class SpringBootPlatformHttpCertificationTest extends PlatformHttpBase { Review Comment: Could you add tests for removeCookie and addCookieValue? -- 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