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 33fe225 commit 55f3852Copy full SHA for 55f3852
unit_tests/test_exception_handler.py
@@ -47,7 +47,7 @@ def test_given_exception_with_display_message_when_assemble_uncaught_exception_t
47
def test_uncaught_exception_handler():
48
cmd = "from airbyte_cdk.logger import init_logger; from airbyte_cdk.exception_handler import init_uncaught_exception_handler; logger = init_logger('airbyte'); init_uncaught_exception_handler(logger); raise 1"
49
exception_message = "exceptions must derive from BaseException"
50
-
+
51
if sys.version_info >= (3, 13):
52
exception_trace = (
53
"Traceback (most recent call last):\n"
0 commit comments