diff options
author | Wolfy-J <[email protected]> | 2018-06-23 17:15:43 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-23 17:15:43 +0300 |
commit | 8126c4eca56b5a596291b5245824ac27c6d691b0 (patch) | |
tree | 795a6f6dff45e81a61869c7d72f997bb972ce73a | |
parent | 0d926f48f215eedb3f36e991c267301da7906574 (diff) |
realtime error handling and displaying
-rw-r--r-- | service/http/rpc_test.go | 2 |
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", |