Skip to content

Commit ea8a76e

Browse files
sjrljulian-risch
authored andcommitted
Fix test (#9475)
1 parent 2975251 commit ea8a76e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_logging.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,10 @@ def function_that_raises_and_adds_to_stack_trace():
313313
"exc_notes": [],
314314
"exc_type": "ValueError",
315315
"exc_value": "This is an error",
316+
"exceptions": [],
316317
"syntax_error": None,
317318
"is_cause": False,
319+
"is_group": False,
318320
"frames": [
319321
{
320322
"filename": str(Path.cwd() / "test" / "test_logging.py"),

0 commit comments

Comments
 (0)