diff --git a/services/sipagent_it_test.go b/services/sipagent_it_test.go index b5398ff71..73d675e8e 100644 --- a/services/sipagent_it_test.go +++ b/services/sipagent_it_test.go @@ -132,6 +132,9 @@ func TestSIPAgentReload2(t *testing.T) { t.Fatal(err) } + if srv.IsRunning() { + t.Errorf("Expected service to be down") + } var reply string if err := cfg.V1ReloadConfig(&config.ReloadArgs{ Path: path.Join("/usr", "share", "cgrates", "conf", "samples", "sipagent_mongo"),