Skip to content

Commit f87c884

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

airbyte_cdk/test/standard_tests/source_base.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,10 @@ def test_fail_read_with_bad_catalog(
159159
"""Standard test for `read` when passed a bad catalog file."""
160160
# Recreate the scenario with the same config but set the status to "failed".
161161
scenario = ConnectorTestScenario(
162-
config_dict=scenario.get_config_dict(empty_if_missing=False),
162+
config_dict=scenario.get_config_dict(
163+
connector_root=scenario.connector_root,
164+
empty_if_missing=False,
165+
),
163166
status="failed",
164167
)
165168
invalid_configured_catalog = ConfiguredAirbyteCatalog(

0 commit comments

Comments
 (0)