mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-15 05:09:54 +05:00
Cover tests in dispatchers
This commit is contained in:
committed by
Dan Christian Bogos
parent
6cc002644d
commit
4318b42e89
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user