Cover tests in dispatchers

This commit is contained in:
andronache
2021-04-12 16:17:04 +03:00
committed by Dan Christian Bogos
parent cb3797e079
commit 8bc33348d8

View File

@@ -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()
}