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 c26763f commit 2158823Copy full SHA for 2158823
tests/integrations/litestar/test_litestar.py
@@ -488,3 +488,6 @@ async def error() -> None: ...
488
pass
489
490
assert len(events) == 1
491
+ event_exception = events[0]["exception"]["values"][0]
492
+ assert event_exception["type"] == "RuntimeError"
493
+ assert event_exception["value"] == "Too Hot"
0 commit comments