From a1fdb88351d79759758db23eafcbbf76c814b8fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bierlein?= Date: Thu, 11 Apr 2024 12:06:57 +0200 Subject: [PATCH] Fix e2e test --- tests/p2p_test.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/p2p_test.rs b/tests/p2p_test.rs index 0483e35..1454afa 100644 --- a/tests/p2p_test.rs +++ b/tests/p2p_test.rs @@ -146,6 +146,8 @@ mod build { supported_chain_ids: "7777777".to_string(), trusted_peers: None, node_id: Some(i), + external_address: None, + interactive: false, }; let ctl = mintpool::run::start_services(&config).await.unwrap();