Skip to content

Commit

Permalink
Fix test compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminLazar committed Nov 30, 2023
1 parent 50ef711 commit fd55665
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/full_flow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use fluent_asserter::{assert_that, create_asserter};
use ha_mitaffald::{
homeassistant::HASensor,
mitaffald::settings::{Address, AddressId, AffaldVarmeConfig},
settings::Settings,
settings::{OtlpConfig, Settings},
sync_data,
};
use hivemq::HiveMQContainer;
Expand Down Expand Up @@ -48,6 +48,10 @@ async fn smoke_test() {
username: "".to_owned(),
password: "".to_owned(),
},
otlp: OtlpConfig {
user: "".to_owned(),
password: "".to_owned(),
},
};

let mut collecting_client = CollectingClient::new();
Expand Down

0 comments on commit fd55665

Please sign in to comment.