mirror of https://github.com/caddyserver/caddy.git
ci: fix the integration test `TestLeafCertLoaders` (#6149)
This commit is contained in:
parent
5ed8689629
commit
1f4a6fa7e7
|
@ -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": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue