Skip to content

Commit

Permalink
and the raise
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Sep 18, 2024
1 parent 6b17263 commit c1ebbdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ async def _inner_test_404_raise(selenium, url):
HttpStatusError,
"for precommit to not remove those",
)
# with pytest.raises(ExpectedErrorClass):
# # TODO: DEBUG
# raise ExpectedErrorClass("message")
with pytest.raises(ExpectedErrorClass):
# # TODO: DEBUG
raise ExpectedErrorClass("message")
# # await fetch_string_and_headers(url, {})

httpserver.expect_request("/404").respond_with_data(
Expand Down

0 comments on commit c1ebbdc

Please sign in to comment.