From 61114fe775a51a2952cdbc3d5193c7965fda7cbf Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 22 Jul 2024 07:12:35 +0100 Subject: [PATCH] WIP --- crates/config/src/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/config/src/tests.rs b/crates/config/src/tests.rs index e69b61e..d9f2df0 100644 --- a/crates/config/src/tests.rs +++ b/crates/config/src/tests.rs @@ -468,7 +468,7 @@ mod server { let http = &server_config.http()?; let http_addr = http.ip(); let http_port = server_config.http()?.port(); - let webhook_url = server_config.webhook().base_url(); + let webhook_url = server_config.inbound_webhook().base_url(); let storage_path = server_config.storage().path(); let notification_webhook_url = server_config .notification()