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 e58bdd3 commit bfaf62fCopy full SHA for bfaf62f
airbyte_cdk/test/standard_tests/source_base.py
@@ -114,11 +114,11 @@ def test_basic_read(
114
self.create_connector(scenario),
115
"check",
116
test_scenario=scenario,
117
+ connector_root=self.get_connector_root_dir(),
118
)
- if scenario.expect_exception and check_result.errors:
119
+ if scenario.expected_outcome.expect_exception() and check_result.errors:
120
# Expected failure and we got it. Return early.
121
return
-
122
discover_result = run_test_job(
123
124
"discover",
0 commit comments