mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Cover tests in dispatchers
This commit is contained in:
committed by
Dan Christian Bogos
parent
cb3797e079
commit
8bc33348d8
@@ -49,4 +49,5 @@ func TestDispatcherCall2(t *testing.T) {
|
||||
if err := dS.Call("DispatcherService.Pong", &utils.CGREvent{}, &reply); err == nil || err.Error() != rpcclient.ErrUnsupporteServiceMethod.Error() {
|
||||
t.Error(err)
|
||||
}
|
||||
dS.Shutdown()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user