Skip to content

Commit c932315

Browse files
authored
Update airbyte_cdk/test/standard_tests/connector_base.py
1 parent c4e6ddb commit c932315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/test/standard_tests/connector_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def get_scenarios(
176176
# if they fail later than expected.
177177
continue
178178

179-
if scenario.config_path in [s.config_path for s in test_scenarios]:
179+
if scenario.config_path and scenario.config_path in [s.config_path for s in test_scenarios]:
180180
# Skip duplicate scenarios based on config_path
181181
continue
182182

0 commit comments

Comments
 (0)