Skip to content

Commit

Permalink
FDP-94: Remove not needed ComponentScan
Browse files Browse the repository at this point in the history
Signed-off-by: Jasper Kamerling <[email protected]>
  • Loading branch information
jasperkamerling committed Nov 30, 2023
1 parent 4ee659a commit 3e77b6a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3e77b6a

Please sign in to comment.