From 599bb105b2e153ca70834bf4b68aac94f3a24fcb Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 20 Oct 2025 17:07:07 +0100 Subject: [PATCH] [Test] Ok, I can also forget '0' --- test/integration/configs/worker-proxy.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/configs/worker-proxy.inc b/test/integration/configs/worker-proxy.inc index a1dacd937b..4de64b2d2f 100644 --- a/test/integration/configs/worker-proxy.inc +++ b/test/integration/configs/worker-proxy.inc @@ -6,7 +6,7 @@ timeout = 120s; upstream "local" { default = yes; self_scan = no; - hosts = "localhost:5001"; + hosts = "localhost:50001"; encryption_key = "{= env.WORKER_PUBKEY =}"; } -- 2.47.3