Skip to content

Commit

Permalink
M5l4 RabbitMQ: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
svok committed Jun 1, 2024
1 parent 1c26eb6 commit 8c9ccc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ internal class RabbitMqTest {
@JvmStatic
fun beforeAll() {
container.start()
println("CONTAINER PORT (15672): ${container.getMappedPort(15672)}")
// println("CONTAINER PORT (15672): ${container.getMappedPort(15672)}")
}

@AfterClass
Expand Down

0 comments on commit 8c9ccc3

Please sign in to comment.