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 20462e4 commit 5363c47Copy full SHA for 5363c47
tests/integrations/sanic/test_sanic.py
@@ -114,7 +114,7 @@ def myhandler(request, exception):
114
for frame in exception["stacktrace"]["frames"]
115
)
116
117
- exception = event2["exception"]["values"][0]
+ exception = event2["exception"]["values"][-1]
118
assert exception["type"] == "ZeroDivisionError"
119
assert any(
120
frame["filename"].endswith("test_sanic.py")
0 commit comments