Skip to content

Commit

Permalink
Update kafka broker
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Aug 5, 2024
1 parent 302b2f3 commit aa0f105
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ func (suite *TreatmentServiceTestSuite) SetupSuite() {
panic(err)
}
suite.kafka = kafka
os.Setenv("ASSIGNEDTREATMENTLOGGER_KAFKACONFIG_BROKERS", "localhost:9092")
os.Setenv("ASSIGNEDTREATMENTLOGGER_KAFKACONFIG_BROKERS", "broker:9092")

c, treatmentServer := setupTreatmentService(suite.managementServiceServer.URL)
waitForServerToListen := func() bool {
Expand Down

0 comments on commit aa0f105

Please sign in to comment.