Skip to content

Commit

Permalink
Fixed broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Aug 8, 2023
1 parent 0505032 commit 5382ec6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_table_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,6 @@ async def test_max_returned_rows(ds_client):
"/fixtures.json?sql=select+content+from+no_primary_key"
)
data = response.json()
assert {"sql": "select content from no_primary_key", "params": {}} == data["query"]
assert data["truncated"]
assert 100 == len(data["rows"])

Expand Down

0 comments on commit 5382ec6

Please sign in to comment.