Skip to content

Commit 5d469f7

Browse files
committed
update test error message
1 parent 11c9657 commit 5d469f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/tests/extensions/test_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ async def test_search_filter_extension_in_no_list(app_client, ctx):
410410

411411
assert resp.status_code == 400
412412
assert resp.json() == {
413-
"detail": f"Error with cql2_json filter: Arg {product_id} is not a list"
413+
"detail": f"Error with cql2 filter: Arg {product_id} is not a list"
414414
}
415415

416416

0 commit comments

Comments
 (0)