diff --git a/application/src/integrationTest/kotlin/org/gxf/soapbridge/EndToEndTest.kt b/application/src/integrationTest/kotlin/org/gxf/soapbridge/EndToEndTest.kt index c1a2325..c21e78e 100644 --- a/application/src/integrationTest/kotlin/org/gxf/soapbridge/EndToEndTest.kt +++ b/application/src/integrationTest/kotlin/org/gxf/soapbridge/EndToEndTest.kt @@ -25,7 +25,6 @@ import java.time.Duration @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) -@ComponentScan(basePackages = ["org.gxf.soapbridge"]) @EmbeddedKafka(topics = ["requests", "responses"]) class EndToEndTest( @LocalServerPort private val soapPort: Int,