Skip to content

Commit 68ce36f

Browse files
committed
get query
1 parent 94f941d commit 68ce36f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stac_fastapi/elasticsearch/tests/resources/test_item.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,6 @@ def test_item_search_properties_field(app_client, load_test_data):
674674
app_client.delete(f"/collections/{test_item['collection']}/items/{test_item['id']}")
675675

676676

677-
@pytest.mark.skip(reason="unknown")
678677
def test_item_search_get_query_extension(app_client, load_test_data):
679678
"""Test GET search with JSONB query (query extension)"""
680679
test_item = load_test_data("test_item.json")
@@ -683,6 +682,8 @@ def test_item_search_get_query_extension(app_client, load_test_data):
683682
)
684683
assert resp.status_code == 200
685684

685+
time.sleep(1)
686+
686687
# EPSG is a JSONB key
687688
params = {
688689
"collections": [test_item["collection"]],

0 commit comments

Comments
 (0)