Skip to content

Commit c663ee0

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent e48df37 commit c663ee0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

airbyte_cdk/test/standard_tests/connector_base.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,13 @@ def get_scenarios(
163163
):
164164
continue
165165

166-
test_scenarios.extend([
167-
ConnectorTestScenario.model_validate(test)
168-
for test in all_tests_config["acceptance_tests"][category]["tests"]
169-
if "config_path" in test and "iam_role" not in test["config_path"]
170-
])
166+
test_scenarios.extend(
167+
[
168+
ConnectorTestScenario.model_validate(test)
169+
for test in all_tests_config["acceptance_tests"][category]["tests"]
170+
if "config_path" in test and "iam_role" not in test["config_path"]
171+
]
172+
)
171173

172174
connector_root = cls.get_connector_root_dir().absolute()
173175
for test in test_scenarios:

0 commit comments

Comments
 (0)