Skip to content

Commit

Permalink
Add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Aug 6, 2024
1 parent a72ca54 commit 0564afe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ func (suite *TreatmentServiceTestSuite) SetupSuite() {
}
fmt.Println(kafkaInfo.NetworkSettings.Networks)
fmt.Println(kafkaInfo.NetworkSettings.Ports)
fmt.Println(kafkaInfo.State)
kafkaHost, err := kafkaContainer.Host(ctx)
if err != nil {
panic(err)
Expand Down

0 comments on commit 0564afe

Please sign in to comment.