Skip to content

Commit 726b4f5

Browse files
committed
search point intersects
1 parent 7d800db commit 726b4f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stac_fastapi/elasticsearch/tests/api/test_api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,12 @@ def test_search_invalid_date(load_test_data, app_client, es_transactions):
269269
)
270270

271271

272-
@pytest.mark.skip(reason="assert 0 == 1")
272+
# @pytest.mark.skip(reason="assert 0 == 1")
273273
def test_search_point_intersects(load_test_data, app_client, es_transactions):
274274
item = load_test_data("test_item.json")
275275
es_transactions.create_item(item, request=MockStarletteRequest)
276276

277+
time.sleep(1)
277278
point = [150.04, -33.14]
278279
intersects = {"type": "Point", "coordinates": point}
279280

0 commit comments

Comments
 (0)