Skip to content

Commit a257eb2

Browse files
authored
Update airbyte_cdk/test/standard_tests/_job_runner.py
1 parent c663ee0 commit a257eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/test/standard_tests/_job_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def run_test_job(
121121
result: entrypoint_wrapper.EntrypointOutput = entrypoint_wrapper._run_command( # noqa: SLF001 # Non-public API
122122
source=connector_obj, # type: ignore [arg-type]
123123
args=args,
124-
expecting_exception=False if not test_scenario else expect_exception,
124+
expecting_exception=expect_exception,
125125
)
126126
if result.errors and not expect_exception:
127127
raise AssertionError(

0 commit comments

Comments
 (0)