Skip to content

Commit 76aa0e7

Browse files
committed
format-fix
1 parent 5eefef7 commit 76aa0e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

airbyte_cdk/test/standard_tests/connector_base.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,9 @@ def get_scenarios(
175175

176176
scenario = ConnectorTestScenario.model_validate(test)
177177

178-
if scenario.config_path and scenario.config_path in [s.config_path for s in test_scenarios]:
178+
if scenario.config_path and scenario.config_path in [
179+
s.config_path for s in test_scenarios
180+
]:
179181
# Skip duplicate scenarios based on config_path
180182
continue
181183

0 commit comments

Comments
 (0)