Skip to content

Commit

Permalink
Test localhost pinging
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Aug 7, 2024
1 parent 071ccce commit 82fff30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ func (suite *TreatmentServiceTestSuite) SetupSuite() {
stats := pinger.Statistics()
fmt.Println(stats) // get send/receive/duplicate/rtt stats

os.Setenv("ASSIGNEDTREATMENTLOGGER_KAFKACONFIG_BROKERS", fmt.Sprintf("%s:%s", kafkaInfo.NetworkSettings.Networks["kafka_default"].IPAddress, kafkaPort.Port()))
os.Setenv("ASSIGNEDTREATMENTLOGGER_KAFKACONFIG_BROKERS", fmt.Sprintf("localhost:%s", kafkaPort.Port()))
}
suite.kafka = kafka

Expand Down

0 comments on commit 82fff30

Please sign in to comment.