Skip to content

Commit 97055da

Browse files
committed
revert test
1 parent 5024eea commit 97055da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/tests/extensions/test_aggregation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ async def test_aggregate_filter_extension_neq_post(app_client, ctx):
186186
}
187187
resp = await app_client.post("/aggregate", json=params)
188188
assert resp.status_code == 200
189-
assert resp.json()["aggregations"][0]["value"] == 1
189+
assert resp.json()["aggregations"][0]["value"] == 0
190190

191191

192192
@pytest.mark.asyncio

0 commit comments

Comments
 (0)