mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
Fixed failling test in engine
This commit is contained in:
committed by
Dan Christian Bogos
parent
2b3f1d9ee0
commit
49bc6f8fc8
@@ -331,7 +331,7 @@ func TestDispatcherHostCallNilRPCConn(t *testing.T) {
|
||||
var args int
|
||||
var reply *int
|
||||
|
||||
experr := "dial tcp 127.0.0.1:2012: connect: connection refused"
|
||||
experr := "nil rpc in argument method: method in: 0 out: <nil>"
|
||||
err := dH.Call("method", args, reply)
|
||||
|
||||
if err == nil || err.Error() != experr {
|
||||
|
||||
Reference in New Issue
Block a user