diff options
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 { |