Skip to content

Commit 0ecc73d

Browse files
fix: Apply Ruff formatting to manifest validation test file
- Remove trailing whitespace on line 300 - Resolves Ruff Format Check CI failure Co-Authored-By: AJ Steers <[email protected]>
1 parent 7f92efa commit 0ecc73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/sources/declarative/test_manifest_registry_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def test_manifest_validates_against_schema(
297297
is_ci = os.getenv("CI") == "true" or os.getenv("GITHUB_ACTIONS") == "true"
298298
if SKIP_COMPREHENSIVE_VALIDATION_IN_CI and is_ci:
299299
pytest.skip("Skipping comprehensive validation in CI to avoid timeouts")
300-
300+
301301
# Download manifest first to get CDK version
302302
try:
303303
manifest_content, cdk_version = download_manifest(connector_name, download_failures)

0 commit comments

Comments
 (0)