break a test
Some checks failed
Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Failing after 12s

This commit is contained in:
Austin Godber 2024-07-23 07:48:50 -07:00
parent 8b49807361
commit 3f9c4b6fc5

View File

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