diff options
author | Valery Piashchynski <[email protected]> | 2020-12-02 10:58:36 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-02 10:58:36 +0300 |
commit | 22e112187c0b3333e7c09456068a5782d4a939bc (patch) | |
tree | 191027667d48788449cf509e9232bf7316b428ee | |
parent | 0e5f37d059405b09e162bc7d16b0ec3fff3f3e14 (diff) |
Rotate port in the TestHandler_FormData_PUT test
-rw-r--r-- | service/http/handler_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/handler_test.go b/service/http/handler_test.go index bc22183d..951bcbfd 100644 --- a/service/http/handler_test.go +++ b/service/http/handler_test.go @@ -852,7 +852,7 @@ func TestHandler_FormData_PUT(t *testing.T) { assert.NoError(t, h.rr.Start()) defer h.rr.Stop() - hs := &http.Server{Addr: ":8084", Handler: h} + hs := &http.Server{Addr: ":18084", Handler: h} defer func() { err := hs.Shutdown(context.Background()) if err != nil { |