Skip to content

Commit

Permalink
readd ctx
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfisher-geo committed Nov 24, 2024
1 parent 19f6caf commit 81ab81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_fastapi/tests/extensions/test_aggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ async def test_get_aggregate_datetime_min(app_client):


@pytest.mark.asyncio
async def test_post_aggregate_datetime_min(app_client):
async def test_post_aggregate_datetime_min(app_client, ctx):

params = {
"aggregations": ["datetime_min"],
Expand Down

0 comments on commit 81ab81e

Please sign in to comment.