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 c663ee0 commit a257eb2Copy full SHA for a257eb2
airbyte_cdk/test/standard_tests/_job_runner.py
@@ -121,7 +121,7 @@ def run_test_job(
121
result: entrypoint_wrapper.EntrypointOutput = entrypoint_wrapper._run_command( # noqa: SLF001 # Non-public API
122
source=connector_obj, # type: ignore [arg-type]
123
args=args,
124
- expecting_exception=False if not test_scenario else expect_exception,
+ expecting_exception=expect_exception,
125
)
126
if result.errors and not expect_exception:
127
raise AssertionError(
0 commit comments