Skip to content

Commit

Permalink
Update test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Jun 7, 2024
1 parent ca9f6c6 commit c18b3b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_api_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ async def test_exceptions(
exception_text: str,
mockserver,
):
caplog.set_level("DEBUG")
async with mockserver.make_handler() as handler:
req = Request("http://example.com", method="POST", meta=meta)
with pytest.raises(exception_type):
Expand Down

0 comments on commit c18b3b7

Please sign in to comment.