We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03795a5 commit 029af86Copy full SHA for 029af86
stac_fastapi/elasticsearch/tests/extensions/test_filter.py
@@ -43,7 +43,6 @@ async def test_search_filter_extension_gte(app_client, ctx):
43
assert resp.status_code == 200
44
assert len(resp.json()["features"]) == 1
45
46
- # this part fails
47
params = {
48
"filter": {
49
"op": ">",
0 commit comments