Skip to content

Commit bfaf62f

Browse files
Apply suggestion from @coderabbitai[bot]
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent e58bdd3 commit bfaf62f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airbyte_cdk/test/standard_tests/source_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ def test_basic_read(
114114
self.create_connector(scenario),
115115
"check",
116116
test_scenario=scenario,
117+
connector_root=self.get_connector_root_dir(),
117118
)
118-
if scenario.expect_exception and check_result.errors:
119+
if scenario.expected_outcome.expect_exception() and check_result.errors:
119120
# Expected failure and we got it. Return early.
120121
return
121-
122122
discover_result = run_test_job(
123123
self.create_connector(scenario),
124124
"discover",

0 commit comments

Comments
 (0)