summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-12 18:50:52 +0300
committerWolfy-J <[email protected]>2018-06-12 18:50:52 +0300
commitd6aa174084bff228ab36d560252e2d11d0d6cc15 (patch)
tree8342f417177bf775b783e8e4bd5aa803fca2a248 /service
parent8fa089daa47fe657f46a6488a22ec4865b0ee7a6 (diff)
tests!
Diffstat (limited to 'service')
-rw-r--r--service/http/server_test.go2
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() }()