diff --git a/tests/integration_tests/modules/test_growpart.py b/tests/integration_tests/modules/test_growpart.py index ebd2d8d150d..0b0ed425d89 100644 --- a/tests/integration_tests/modules/test_growpart.py +++ b/tests/integration_tests/modules/test_growpart.py @@ -62,7 +62,7 @@ def test_grow_part(self, client: IntegrationInstance): log = client.read_from_file("/var/log/cloud-init.log") assert ( "cc_growpart.py[INFO]: '/dev/sdb1' resized:" - " changed (/dev/sdb1) from" in log + " changed (/dev/sdb1)" in log ) lsblk = json.loads(client.execute("lsblk --json"))