diff --git a/c2corg_api/tests/search/test_search_filters.py b/c2corg_api/tests/search/test_search_filters.py index 237771f1d..9956af4bf 100644 --- a/c2corg_api/tests/search/test_search_filters.py +++ b/c2corg_api/tests/search/test_search_filters.py @@ -51,7 +51,6 @@ def test_build_query_bbox(self): geom={ 'left': 6.28279913, 'bottom': 46.03129072, 'right': 6.28369744, 'top': 46.03191439} - # , type='indexed' )). \ filter(Q("match", c2corg_doc_type='w')). \ extra(from_=0, size=10) @@ -462,7 +461,6 @@ def test_create_bbox_filter(self): geom={ 'left': 6.28279913, 'bottom': 46.03129072, 'right': 6.28369744, 'top': 46.03191439} - # ,type='indexed' ).to_dict())