Skip to content

Commit 3c7be23

Browse files
committed
Fix unit test
1 parent 999c6ee commit 3c7be23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/tests/pcluster/validators/test_cluster_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1809,7 +1809,7 @@ def test_shared_filecache_not_home_validator(mount_dir, expected_message):
18091809
(False, "alinux2", "t3.micro", None, None, None), # doesn't fail because DCV is disabled
18101810
(True, "alinux2", "m6g.xlarge", None, None, None),
18111811
(True, "rhel8", "m6g.xlarge", None, None, None),
1812-
(True, "alinux2023", "m6g.xlarge", None, None, "Please double check the os configuration"),
1812+
(True, "alinux2023", "m6g.xlarge", None, None, None),
18131813
],
18141814
)
18151815
def test_dcv_validator(dcv_enabled, os, instance_type, allowed_ips, port, expected_message):

0 commit comments

Comments
 (0)