We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f8c59 commit 20462e4Copy full SHA for 20462e4
tests/integrations/flask/test_flask.py
@@ -470,7 +470,7 @@ def error_handler(err):
470
exception, = event1["exception"]["values"]
471
assert exception["type"] == "ValueError"
472
473
- exception = event2["exception"]["values"][0]
+ exception = event2["exception"]["values"][-1]
474
assert exception["type"] == "ZeroDivisionError"
475
476
0 commit comments