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 b1cd8af commit f87c884Copy full SHA for f87c884
airbyte_cdk/test/standard_tests/source_base.py
@@ -159,7 +159,10 @@ def test_fail_read_with_bad_catalog(
159
"""Standard test for `read` when passed a bad catalog file."""
160
# Recreate the scenario with the same config but set the status to "failed".
161
scenario = ConnectorTestScenario(
162
- config_dict=scenario.get_config_dict(empty_if_missing=False),
+ config_dict=scenario.get_config_dict(
163
+ connector_root=scenario.connector_root,
164
+ empty_if_missing=False,
165
+ ),
166
status="failed",
167
)
168
invalid_configured_catalog = ConfiguredAirbyteCatalog(
0 commit comments