Skip to content

Commit

Permalink
Update tests/test_exceptions_handler.py
Browse files Browse the repository at this point in the history
Co-authored-by: Néstor Pérez <25409753+prryplatypus@users.noreply.github.com>
  • Loading branch information
ahopkins and prryplatypus committed Dec 23, 2021
1 parent 8b669c8 commit bb35492
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_exceptions_handler.py
Expand Up @@ -77,7 +77,6 @@ def handler_exception_with_ctx(request, exception):

@exception_handler_app.exception(ServerError)
def handler_exception(request, exception):
print(exception)
return text("OK")

@exception_handler_app.exception(Forbidden)
Expand Down

0 comments on commit bb35492

Please sign in to comment.