Cover tests in dispatchers

This commit is contained in:
andronache
2021-04-12 16:17:04 +03:00
committed by Dan Christian Bogos
parent 6cc002644d
commit 4318b42e89

View File

@@ -50,4 +50,5 @@ func TestDispatcherCall2(t *testing.T) {
if err := dS.Call(context.Background(), "DispatcherService.Pong", &utils.CGREvent{}, &reply); err == nil || err.Error() != rpcclient.ErrUnsupporteServiceMethod.Error() {
t.Error(err)
}
dS.Shutdown()
}