diff options
author | Wolfy-J <[email protected]> | 2018-06-12 18:50:52 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-12 18:50:52 +0300 |
commit | d6aa174084bff228ab36d560252e2d11d0d6cc15 (patch) | |
tree | 8342f417177bf775b783e8e4bd5aa803fca2a248 /service | |
parent | 8fa089daa47fe657f46a6488a22ec4865b0ee7a6 (diff) |
tests!
Diffstat (limited to 'service')
-rw-r--r-- | service/http/server_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/server_test.go b/service/http/server_test.go index 33a50d72..35ee940c 100644 --- a/service/http/server_test.go +++ b/service/http/server_test.go @@ -178,7 +178,7 @@ func TestServer_JsonPayload_POST(t *testing.T) { assert.NoError(t, st.rr.Start()) defer st.rr.Stop() - hs := &http.Server{Addr: ":8080", Handler: st,} + hs := &http.Server{Addr: ":8090", Handler: st,} defer hs.Shutdown(context.Background()) go func() { hs.ListenAndServe() }() |