Skip to content

Commit 1f44651

Browse files
committed
[CodeStyle] Address linter checks.
1 parent d034282 commit 1f44651

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cli/tests/pcluster/cli/test_update_cluster.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,7 @@ def test_no_nodejs_error(self, mocker, test_datadir):
247247
assert_that(exc_info.value.data.get("message")).matches("Node.js is required")
248248

249249
def test_validate_update_request(self, mocker):
250-
"""
251-
Tests that instance type attribute of the old configuration is never retrieved during an update.
252-
"""
250+
"""Tests that instance type attribute of the old configuration is never retrieved during an update."""
253251
new_configuration = """
254252
Image:
255253
Os: alinux2

cli/tests/pcluster/config/test_config_patch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ def test_load_config_for_capacity_reservation(
281281
):
282282
"""
283283
This test checks that when loading a configuration, describe_capacity_reservations does not cause a failure.
284+
284285
This ensures that when the old configuration is loaded during an update, it does not matter whether the
285286
capacity reservation is accessible.
286287
The existence of the capacity reservation should only be checked during the validation phase. This should happen

0 commit comments

Comments
 (0)