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 37055ab commit 0495840
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions c2corg_api/tests/search/test_search_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def test_build_query_bbox(self):
filter(GeoBoundingBox(
geom={
'left': 6.28279913, 'bottom': 46.03129072,
'right': 6.28369744, 'top': 46.03191439} # , type='indexed'
'right': 6.28369744, 'top': 46.03191439}
# , type='indexed'
)). \
filter(Q("match", c2corg_doc_type='w')). \
extra(from_=0, size=10)
Expand Down Expand Up @@ -460,7 +461,8 @@ def test_create_bbox_filter(self):
GeoBoundingBox(
geom={
'left': 6.28279913, 'bottom': 46.03129072,
'right': 6.28369744, 'top': 46.03191439} # ,type='indexed'
'right': 6.28369744, 'top': 46.03191439}
# ,type='indexed'
).to_dict())


Expand Down

0 comments on commit 0495840

Please sign in to comment.