ci: fix integration tests (#5079)

This commit is contained in:
Mohammed Al Sahaf
2022-09-24 22:00:55 +03:00
committed by GitHub
parent 7041970059
commit b5727b9c44
9 changed files with 379 additions and 248 deletions

View File

@ -23,6 +23,9 @@ func TestH2ToH2CStream(t *testing.T) {
tester := caddytest.NewTester(t)
tester.InitServer(`
{
"admin": {
"listen": "localhost:2999"
},
"apps": {
"http": {
"http_port": 9080,
@ -206,6 +209,9 @@ func TestH2ToH1ChunkedResponse(t *testing.T) {
tester := caddytest.NewTester(t)
tester.InitServer(`
{
"admin": {
"listen": "localhost:2999"
},
"logging": {
"logs": {
"default": {