Skip to content

Commit

Permalink
Log local mqtt server port
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminLazar committed Oct 23, 2023
1 parent 427ff43 commit ff7c33b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/full_flow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ fn smoke_test() {
let docker = clients::Cli::default();
let mqtt_server = docker.run(HiveMQContainer::default());
let mqtt_server_port = mqtt_server.get_host_port_ipv4(1883);
println!("Running local MQTT server on port {}", mqtt_server_port);

let mut mit_affald_server = mockito::Server::new();
let mit_affald_server_url = Url::parse(&mit_affald_server.url()).unwrap();
Expand Down

0 comments on commit ff7c33b

Please sign in to comment.