Skip to content

Commit 8198269

Browse files
committed
fix: Fix flask tests
1 parent 6cb311a commit 8198269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/flask/test_flask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def error_handler(err):
448448
exception, = event1["exception"]["values"]
449449
assert exception["type"] == "ValueError"
450450

451-
exception, = event2["exception"]["values"]
451+
exception = event2["exception"]["values"][0]
452452
assert exception["type"] == "ZeroDivisionError"
453453

454454

0 commit comments

Comments
 (0)