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
1 changed files with 4 additions and 1 deletions

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": [
{ {