Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Apr 9, 2024
1 parent 2475802 commit d7ba980
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void beforeAll(ExtensionContext extensionContext) {
.withNetwork(network)
.withEnv(env)
.withLogConsumer(
outputFrame -> log.debug("pulsar> {}", outputFrame.getUtf8String().trim()))
outputFrame -> log.info("pulsar> {}", outputFrame.getUtf8String().trim()))
.withCopyFileToContainer(
MountableFile.forHostPath("target/classes/filters"), "/pulsar/filters");
// start Pulsar and wait for it to be ready to accept requests
Expand Down

0 comments on commit d7ba980

Please sign in to comment.