Skip to content

Commit

Permalink
Try localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminLazar committed Oct 24, 2023
1 parent 1f67835 commit 0e74112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/full_flow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fn smoke_test() {
},
mqtt: ha_mitaffald::settings::MQTTConfig {
client_id: "test".to_string(),
host: "127.0.0.1".to_string(),
host: "localhost".to_string(),
port: mqtt_server_port,
username: "".to_owned(),
password: "".to_owned(),
Expand Down

0 comments on commit 0e74112

Please sign in to comment.