diff options
author | Valery Piashchynski <[email protected]> | 2020-11-26 14:22:16 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-26 14:22:16 +0300 |
commit | 7ef7ce5859be3b30476167ee9a2d9d3b0092259a (patch) | |
tree | f0731b1bbbc996347060e8c88d49616090877a65 /plugins/http | |
parent | b1f1c85480f04f7693d04351c356a668c32bde3d (diff) |
Rotate ports in the TestHandler_FormData_PUT
Diffstat (limited to 'plugins/http')
-rw-r--r-- | plugins/http/tests/handler_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/http/tests/handler_test.go b/plugins/http/tests/handler_test.go index 38aa4614..b898c265 100644 --- a/plugins/http/tests/handler_test.go +++ b/plugins/http/tests/handler_test.go @@ -734,7 +734,7 @@ func TestHandler_FormData_PUT(t *testing.T) { }, nil, pool) assert.NoError(t, err) - hs := &http.Server{Addr: ":8084", Handler: h} + hs := &http.Server{Addr: ":17834", Handler: h} defer func() { err := hs.Shutdown(context.Background()) if err != nil { |