diff --git a/tests/health.rs b/tests/health.rs index 6e1df50279..eb4377e814 100644 --- a/tests/health.rs +++ b/tests/health.rs @@ -32,7 +32,10 @@ async fn health_server() { }); t.run_server( server_config, - None, + Some(quilkin::Proxy { + qcmp_port: 9094, + ..Default::default() + }), Some(Some((std::net::Ipv6Addr::UNSPECIFIED, 9093).into())), ) .await;