Skip to content

Commit

Permalink
Upgrade Elasticsearch from 7.17.22 to 8.14 :
Browse files Browse the repository at this point in the history
- lint
  • Loading branch information
jphilou committed Jun 26, 2024
1 parent 0495840 commit 1b21516
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions c2corg_api/tests/search/test_search_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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())


Expand Down

0 comments on commit 1b21516

Please sign in to comment.