From f6ffcc0c0ec75b1fe2fbc11c035fd73f38b6a149 Mon Sep 17 00:00:00 2001 From: Jasper Kamerling Date: Thu, 30 Nov 2023 13:17:09 +0100 Subject: [PATCH] FDP-94: Remove not needed ComponentScan Signed-off-by: Jasper Kamerling --- .../integrationTest/kotlin/org/gxf/soapbridge/EndToEndTest.kt | 1 - 1 file changed, 1 deletion(-) 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,