Skip to content

Commit

Permalink
feat: add missing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasBousselin committed Jan 10, 2025
1 parent 975dcc6 commit 3ba9204
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import wiremock.com.google.common.net.HttpHeaders.CONTENT_TYPE
@SpringBootTest
@WireMockTest(httpPort = 8089)
@ActiveProfiles("test")
class ContextSourceCallerTests : WithTimescaleContainer, WithKafkaContainer {
class ContextSourceCallerTests : WithTimescaleContainer, WithKafkaContainer() {

@SpykBean
private lateinit var contextSourceCaller: ContextSourceCaller
Expand Down

0 comments on commit 3ba9204

Please sign in to comment.