diff --git a/apis/filters_test.go b/apis/filters_test.go index 609252083..5c5bf7e5f 100644 --- a/apis/filters_test.go +++ b/apis/filters_test.go @@ -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) }