Skip to content

Commit 27ad340

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
[integ-tests] Change the wrong version of test_build_image_wrong_pcluster_version to 3.9.3
The 2.8.1 AMI has been deprecated Signed-off-by: Hanwen <hanwenli@amazon.com>
1 parent e6d00fe commit 27ad340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/tests/createami/test_createami.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ def test_build_image_wrong_pcluster_version(
547547
):
548548
"""Test error message when AMI provided was baked by a pcluster whose version is different from current version"""
549549
current_version = get_installed_parallelcluster_version()
550-
wrong_version = "2.8.1"
550+
wrong_version = "3.9.3"
551551
logging.info("Asserting wrong_version is different from current_version")
552552
assert_that(current_version != wrong_version).is_true()
553553
# Retrieve an AMI without 'aws-parallelcluster-<version>' in its name.

0 commit comments

Comments
 (0)