Skip to content

Commit

Permalink
More exp
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed Aug 17, 2024
1 parent 3855fff commit fbce723
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions integrations/astra/tests/test_document_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,3 +378,11 @@ def test_comparison_not_equal_with_dataframe(self, document_store, filterable_do
$ne operator must have `DATE` or `NUMBER` value","errorCode":"INVALID_FILTER_EXPRESSION"}]}
"""
pass

def test_comparison_not_in_with_with_non_list(self, document_store, filterable_docs):
"""
Fails with the following error:
astrapy.core.api.APIRequestError: {"errors":[{"message":"Invalid filter expression,
$nin operator must have `ARRAY` value","errorCode":"INVALID_FILTER_EXPRESSION"}]}
"""
pass

0 comments on commit fbce723

Please sign in to comment.