Fixed subsystems to shutdown in time

This commit is contained in:
porosnicuadrian
2021-11-23 09:50:34 +02:00
committed by Dan Christian Bogos
parent d4537efd02
commit 0ed0987451
3 changed files with 14 additions and 17 deletions

View File

@@ -856,7 +856,7 @@ func TestTPFilterAsTPFilter3(t *testing.T) {
sort.Strings(rcvTPs[0].Filters[0].Values)
sort.Strings(eTPs[0].Filters[0].Values)
if !reflect.DeepEqual(eTPs, rcvTPs) {
t.Errorf("Expecting: %+v ,Received: %+v", utils.ToJSON(eTPs), utils.ToJSON(rcvTPs))
t.Errorf("Expecting: %+v \n ,Received: %+v", utils.ToJSON(eTPs), utils.ToJSON(rcvTPs))
}
}