mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 22:58:44 +05:00
Update session_rpccaching test
This commit is contained in:
committed by
Dan Christian Bogos
parent
91135a3927
commit
a880247aca
@@ -471,11 +471,10 @@ func testRPCMethodsTerminateSession(t *testing.T) {
|
||||
},
|
||||
}
|
||||
var rply string
|
||||
if err := sSv1BiRpc.Call(utils.SessionSv1TerminateSession,
|
||||
if err := rpcRpc.Call(utils.SessionSv1TerminateSession,
|
||||
args, &rply); err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
if rply != utils.OK {
|
||||
} else if rply != utils.OK {
|
||||
t.Errorf("Unexpected reply: %s", rply)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user