Skip to content

Commit 7a23ed7

Browse files
committed
update test
1 parent eb586c6 commit 7a23ed7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stac_fastapi/elasticsearch/tests/api/test_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ async def test_search_polygon_intersects_get(app_client, ctx):
363363
assert len(resp_json["features"]) == 1
364364

365365

366+
@pytest.mark.asyncio
366367
async def test_search_point_intersects_post(app_client, ctx):
367368
point = [150.04, -33.14]
368369
intersects = {"type": "Point", "coordinates": point}

0 commit comments

Comments
 (0)