We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f6caf commit 81ab81eCopy full SHA for 81ab81e
stac_fastapi/tests/extensions/test_aggregation.py
@@ -445,7 +445,7 @@ async def test_get_aggregate_datetime_min(app_client):
445
446
447
@pytest.mark.asyncio
448
-async def test_post_aggregate_datetime_min(app_client):
+async def test_post_aggregate_datetime_min(app_client, ctx):
449
450
params = {
451
"aggregations": ["datetime_min"],
0 commit comments