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 6b0dd20 commit a72ca54
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,8 @@ func (suite *TreatmentServiceTestSuite) SetupSuite() {
if err != nil {
panic(err)
}
fmt.Println(kafkaInfo)
fmt.Println(kafkaInfo.NetworkSettings.Networks)
fmt.Println(kafkaInfo.NetworkSettings.Ports)
kafkaHost, err := kafkaContainer.Host(ctx)
if err != nil {
panic(err)
Expand Down

0 comments on commit a72ca54

Please sign in to comment.