diff --git a/mirrord/layer/tests/common/mod.rs b/mirrord/layer/tests/common/mod.rs index 017ef594439..9454c8b02a3 100644 --- a/mirrord/layer/tests/common/mod.rs +++ b/mirrord/layer/tests/common/mod.rs @@ -109,7 +109,7 @@ impl TestIntProxy { let agent_conn = AgentConnection::new_for_raw_address(fake_agent_address) .await .unwrap(); - let intproxy = IntProxy::new_with_connection(agent_conn, listener, false); + let intproxy = IntProxy::new_with_connection(agent_conn, listener, 0); intproxy .run(Duration::from_secs(5), Duration::from_secs(5)) .await