Skip to content

Commit ec3d3a8

Browse files
committed
get without collection
1 parent b0236f3 commit ec3d3a8

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
@@ -536,7 +536,6 @@ def test_item_search_bbox_get(app_client, load_test_data):
536536
)
537537

538538

539-
@pytest.mark.skip(reason="failed to find type for field [geometry]")
540539
def test_item_search_get_without_collections(app_client, load_test_data):
541540
"""Test GET search without specifying collections"""
542541
test_item = load_test_data("test_item.json")
@@ -545,6 +544,8 @@ def test_item_search_get_without_collections(app_client, load_test_data):
545544
)
546545
assert resp.status_code == 200
547546

547+
time.sleep(1)
548+
548549
params = {
549550
"bbox": ",".join([str(coord) for coord in test_item["bbox"]]),
550551
}

0 commit comments

Comments
 (0)