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 5eefef7 commit 76aa0e7Copy full SHA for 76aa0e7
airbyte_cdk/test/standard_tests/connector_base.py
@@ -175,7 +175,9 @@ def get_scenarios(
175
176
scenario = ConnectorTestScenario.model_validate(test)
177
178
- if scenario.config_path and scenario.config_path in [s.config_path for s in test_scenarios]:
+ if scenario.config_path and scenario.config_path in [
179
+ s.config_path for s in test_scenarios
180
+ ]:
181
# Skip duplicate scenarios based on config_path
182
continue
183
0 commit comments