summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-26 14:22:16 +0300
committerValery Piashchynski <[email protected]>2020-11-26 14:22:16 +0300
commit7ef7ce5859be3b30476167ee9a2d9d3b0092259a (patch)
treef0731b1bbbc996347060e8c88d49616090877a65
parentb1f1c85480f04f7693d04351c356a668c32bde3d (diff)
Rotate ports in the TestHandler_FormData_PUT
-rw-r--r--plugins/http/tests/handler_test.go2
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 {