Skip to content

Commit

Permalink
Update tests/api_fastapi/core_api/routes/public/test_assets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rawwar authored Nov 17, 2024
1 parent 3c1f272 commit f0ea194
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/api_fastapi/core_api/routes/public/test_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ def test_should_respect_page_size_limit_default(self, test_client):
({"limit": 1, "offset": -1}, "Offset"),
({"limit": -1, "offset": 1}, "Limit"),
({"limit": -1, "offset": -1}, "Limit"),
({"offset": -1, "limit": -1}, "Limit"),
],
)
def test_bad_limit_and_offset(self, test_client, query_params, expected_error_param):
Expand Down

0 comments on commit f0ea194

Please sign in to comment.