aboutsummaryrefslogtreecommitdiffhomepage
path: root/caddytest/integration/leafcertloaders_test.go
diff options
context:
space:
mode:
authorMohammed Al Sahaf <[email protected]>2024-03-06 02:09:13 +0300
committerGitHub <[email protected]>2024-03-06 02:09:13 +0300
commit1f4a6fa7e7d60bbcd9e29ca35072a76d61cf84c3 (patch)
tree2be8bd334c4c965dc079a21405867cc89a546e9f /caddytest/integration/leafcertloaders_test.go
parent5ed8689629ed88832f015cb507332adde03faabe (diff)
downloadcaddy-1f4a6fa7e7d60bbcd9e29ca35072a76d61cf84c3.tar.gz
caddy-1f4a6fa7e7d60bbcd9e29ca35072a76d61cf84c3.zip
ci: fix the integration test `TestLeafCertLoaders` (#6149)
Diffstat (limited to 'caddytest/integration/leafcertloaders_test.go')
-rw-r--r--caddytest/integration/leafcertloaders_test.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/caddytest/integration/leafcertloaders_test.go b/caddytest/integration/leafcertloaders_test.go
index 592c3f869..4399902ea 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": [
{