diff options
Diffstat (limited to 'extras')
-rw-r--r-- | extras/hs-test/http_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/http_test.go b/extras/hs-test/http_test.go index 53e6ec22ac3..9872f8db560 100644 --- a/extras/hs-test/http_test.go +++ b/extras/hs-test/http_test.go @@ -53,7 +53,7 @@ func (s *NoTopoSuite) TestNginxHttp3() { defer func() { os.Remove(query) }() curlCont := s.getContainerByName("curl") - args := fmt.Sprintf("curl --noproxy '*' --http3-only -k https://%s:8443/%s", serverAddress, query) + args := fmt.Sprintf("curl --noproxy '*' --local-port 55444 --http3-only -k https://%s:8443/%s", serverAddress, query) curlCont.extraRunningArgs = args o, err := curlCont.combinedOutput() s.assertNil(err) |