mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-15 21:29:52 +05:00
Repaired cover test in apis
This commit is contained in:
committed by
Dan Christian Bogos
parent
d9af32822c
commit
11a15f52a8
@@ -114,6 +114,7 @@ func TestFiltersSetGetGetIDsCountFilters(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Errorf("\nExpected <%+v>, \nReceived <%+v>", nil, err)
|
||||
}
|
||||
sort.Strings(reply5)
|
||||
if !reflect.DeepEqual(reply5, []string{"fltr_for_attr", "fltr_for_attr2"}) {
|
||||
t.Errorf("\nExpected <%+v>, \nReceived <%+v>", []string{"fltr_for_attr", "fltr_for_attr2"}, reply5)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user