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 c4e6ddb commit c932315Copy full SHA for c932315
airbyte_cdk/test/standard_tests/connector_base.py
@@ -176,7 +176,7 @@ def get_scenarios(
176
# if they fail later than expected.
177
continue
178
179
- if scenario.config_path in [s.config_path for s in test_scenarios]:
+ if scenario.config_path and scenario.config_path in [s.config_path for s in test_scenarios]:
180
# Skip duplicate scenarios based on config_path
181
182
0 commit comments