Skip to content

Commit fbce723

Browse files
committed
More exp
1 parent 3855fff commit fbce723

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

integrations/astra/tests/test_document_store.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,3 +378,11 @@ def test_comparison_not_equal_with_dataframe(self, document_store, filterable_do
378378
$ne operator must have `DATE` or `NUMBER` value","errorCode":"INVALID_FILTER_EXPRESSION"}]}
379379
"""
380380
pass
381+
382+
def test_comparison_not_in_with_with_non_list(self, document_store, filterable_docs):
383+
"""
384+
Fails with the following error:
385+
astrapy.core.api.APIRequestError: {"errors":[{"message":"Invalid filter expression,
386+
$nin operator must have `ARRAY` value","errorCode":"INVALID_FILTER_EXPRESSION"}]}
387+
"""
388+
pass

0 commit comments

Comments
 (0)