diff --git a/crates/projection-xmpp/tests/lib.rs b/crates/projection-xmpp/tests/lib.rs index 7ce583c..cc7e645 100644 --- a/crates/projection-xmpp/tests/lib.rs +++ b/crates/projection-xmpp/tests/lib.rs @@ -135,6 +135,7 @@ impl TestServer { listen_on: "127.0.0.1:0".parse().unwrap(), cert: "tests/certs/xmpp.pem".parse().unwrap(), key: "tests/certs/xmpp.key".parse().unwrap(), + hostname: "localhost".into(), }; let mut metrics = MetricsRegistry::new(); let mut storage = Storage::open(StorageConfig {