File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
stac_fastapi/tests/extensions Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -461,7 +461,7 @@ async def test_post_aggregate_datetime_min(app_client):
461461
462462
463463@pytest .mark .asyncio
464- async def test_get_aggregate_datetime_frequency (app_client ):
464+ async def test_get_aggregate_datetime_frequency (app_client , ctx ):
465465
466466 resp = await app_client .get ("/aggregate?aggregations=datetime_frequency" )
467467
@@ -474,7 +474,7 @@ async def test_get_aggregate_datetime_frequency(app_client):
474474
475475
476476@pytest .mark .asyncio
477- async def test_post_aggregate_datetime_frequency (app_client ):
477+ async def test_post_aggregate_datetime_frequency (app_client , ctx ):
478478
479479 params = {
480480 "aggregations" : ["datetime_frequency" ],
@@ -491,7 +491,7 @@ async def test_post_aggregate_datetime_frequency(app_client):
491491
492492
493493@pytest .mark .asyncio
494- async def test_get_aggregate_collection_frequency (app_client ):
494+ async def test_get_aggregate_collection_frequency (app_client , ctx ):
495495
496496 resp = await app_client .get ("/aggregate?aggregations=collection_frequency" )
497497
@@ -501,7 +501,7 @@ async def test_get_aggregate_collection_frequency(app_client):
501501
502502
503503@pytest .mark .asyncio
504- async def test_post_aggregate_collection_frequency (app_client ):
504+ async def test_post_aggregate_collection_frequency (app_client , ctx ):
505505
506506 params = {
507507 "aggregations" : ["collection_frequency" ],
You can’t perform that action at this time.
0 commit comments