From 1f4a6fa7e7d60bbcd9e29ca35072a76d61cf84c3 Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Wed, 6 Mar 2024 02:09:13 +0300 Subject: [PATCH] ci: fix the integration test `TestLeafCertLoaders` (#6149) --- caddytest/integration/leafcertloaders_test.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/caddytest/integration/leafcertloaders_test.go b/caddytest/integration/leafcertloaders_test.go index 592c3f86..4399902e 100644 --- a/caddytest/integration/leafcertloaders_test.go +++ b/caddytest/integration/leafcertloaders_test.go @@ -15,10 +15,13 @@ func TestLeafCertLoaders(t *testing.T) { }, "apps": { "http": { + "http_port": 9080, + "https_port": 9443, + "grace_period": 1, "servers": { "srv0": { "listen": [ - ":443" + ":9443" ], "routes": [ {