Skip to content

Commit d391d04

Browse files
scripts lint
1 parent 7f6ca6f commit d391d04

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/manifests/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -545,9 +545,7 @@ def _get_all_deployables_details() -> set[DeployableDetails]:
545545
all_deployables_details = _get_all_deployables_details()
546546

547547

548-
_extra_values_files_to_test: list[str] = [
549-
"example-default-enabled-components-values.yaml"
550-
]
548+
_extra_values_files_to_test: list[str] = ["example-default-enabled-components-values.yaml"]
551549

552550
_extra_workloads_files_to_test = [
553551
"matrix-authentication-service-synapse-syn2mas-dry-run-secrets-in-helm-values.yaml",

tests/manifests/test_pod_idempotency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 New Vector Ltd
1+
# Copyright 2024-2025 New Vector Ltd
22
#
33
# SPDX-License-Identifier: AGPL-3.0-only
44

0 commit comments

Comments
 (0)