From fbce7234047531000130b79665c857414b35c649 Mon Sep 17 00:00:00 2001 From: Vladimir Blagojevic Date: Sat, 17 Aug 2024 17:03:35 +0200 Subject: [PATCH] More exp --- integrations/astra/tests/test_document_store.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/integrations/astra/tests/test_document_store.py b/integrations/astra/tests/test_document_store.py index 463b146a5..37060d19d 100644 --- a/integrations/astra/tests/test_document_store.py +++ b/integrations/astra/tests/test_document_store.py @@ -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