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