Skip to content

Commit

Permalink
debug: changed mqtt broker address
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Mar 26, 2024
1 parent 6b971e0 commit 0438416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_tests/test_driver/end_to_end_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func shutdownBrokerConnection(t *testing.T, client mqtt.Client, wg *sync.WaitGro
func setupBrokerConnection(t *testing.T, wg *sync.WaitGroup) (mqtt.Client, func()) {
brokerAddr := os.Getenv("MQTT_BROKER_ADDR")
if brokerAddr == "" {
brokerAddr = "localhost:1884"
brokerAddr = "127.0.0.1:1884"
}

opts := mqtt.NewClientOptions()
Expand Down

0 comments on commit 0438416

Please sign in to comment.