diff --git a/tests/full_flow.rs b/tests/full_flow.rs index 6eeb3a3..8f9e547 100644 --- a/tests/full_flow.rs +++ b/tests/full_flow.rs @@ -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; @@ -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();