Fix TestParseSockaddrTemplate to take into account CustomResponseHeaders. (#12902)

This commit is contained in:
Nick Cabatoff 2021-10-22 08:50:12 -04:00 committed by GitHub
parent fd76783fa5
commit bf9aa3235f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -870,6 +870,7 @@ EOF
Address: "127.0.0.1:443", Address: "127.0.0.1:443",
ClusterAddress: "127.0.0.1:8201", ClusterAddress: "127.0.0.1:8201",
TLSDisable: true, TLSDisable: true,
CustomResponseHeaders: DefaultCustomHeaders,
}, },
}, },
}, },