1
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-16 21:56:40 -05:00

ci: fix the integration test TestLeafCertLoaders (#6149)

This commit is contained in:
Mohammed Al Sahaf 2024-03-06 02:09:13 +03:00 committed by GitHub
parent 5ed8689629
commit 1f4a6fa7e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,10 +15,13 @@ func TestLeafCertLoaders(t *testing.T) {
}, },
"apps": { "apps": {
"http": { "http": {
"http_port": 9080,
"https_port": 9443,
"grace_period": 1,
"servers": { "servers": {
"srv0": { "srv0": {
"listen": [ "listen": [
":443" ":9443"
], ],
"routes": [ "routes": [
{ {