summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-23 17:15:43 +0300
committerWolfy-J <[email protected]>2018-06-23 17:15:43 +0300
commit8126c4eca56b5a596291b5245824ac27c6d691b0 (patch)
tree795a6f6dff45e81a61869c7d72f997bb972ce73a
parent0d926f48f215eedb3f36e991c267301da7906574 (diff)
realtime error handling and displaying
-rw-r--r--service/http/rpc_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/rpc_test.go b/service/http/rpc_test.go
index fc47a70f..f78f2a55 100644
--- a/service/http/rpc_test.go
+++ b/service/http/rpc_test.go
@@ -74,7 +74,7 @@ func Test_Workers(t *testing.T) {
c.Register(ID, &Service{})
assert.NoError(t, c.Init(&testCfg{
- rpcCfg: `{"enable":true, "listen":"tcp://:5004"}`,
+ rpcCfg: `{"enable":true, "listen":"tcp://:5005"}`,
httpCfg: `{
"enable": true,
"address": ":6029",