From a6e1483fc8231cc34deaccf32f535efac5904790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogdan-=C8=98tefan=20Neac=C5=9Fu?= Date: Wed, 18 Oct 2023 13:07:02 +0300 Subject: [PATCH] Fix test --- gateway/src/commands/init.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/gateway/src/commands/init.rs b/gateway/src/commands/init.rs index 17541cf88f..c0741f2bc4 100644 --- a/gateway/src/commands/init.rs +++ b/gateway/src/commands/init.rs @@ -252,6 +252,7 @@ mod tests { host: "1.1.1.1".parse().unwrap(), mix_port: Some(42), clients_port: Some(43), + http_api_port: Some(44), datastore: Some("/foo-datastore".parse().unwrap()), nym_apis: None, mnemonic: None,