This commit is contained in:
Austin Godber 2024-07-23 07:49:28 -07:00
parent 3f9c4b6fc5
commit 74e2444bd4

@ -38,8 +38,7 @@ def test_failures():
sort_by='COST',
sort_order='DESC',
friendly_fields=True)
# assert len(data['data']) == 9
assert len(data['data']) == 7
assert len(data['data']) == 9
def test_bad_request():