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 c8dd910 commit 2ce3b99Copy full SHA for 2ce3b99
airbyte_cdk/test/standard_tests/_job_runner.py
@@ -148,13 +148,6 @@ def run_test_job(
148
149
return result
150
151
- # For all other verbs, we assert check that an exception is raised (or not).
152
- if test_scenario.expect_exception:
153
- if not result.errors:
154
- raise AssertionError("Expected exception but got none.")
155
-
156
- return result
157
158
assert not result.errors, (
159
f"Expected no errors but got {len(result.errors)}: \n" + _errors_to_str(result)
160
)
0 commit comments