diff --git a/dispatchers/dispatchers_test.go b/dispatchers/dispatchers_test.go index e3839072d..ab1bfcde6 100644 --- a/dispatchers/dispatchers_test.go +++ b/dispatchers/dispatchers_test.go @@ -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() }