From 8413e6f96d5f260663d3a85ebb7e90f2c80e87e3 Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Thu, 16 Nov 2023 14:24:56 -0800 Subject: [PATCH] updating test_mounted state test. --- tests/pytests/unit/states/test_mount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytests/unit/states/test_mount.py b/tests/pytests/unit/states/test_mount.py index a98709b2963..235cabc405e 100644 --- a/tests/pytests/unit/states/test_mount.py +++ b/tests/pytests/unit/states/test_mount.py @@ -74,7 +74,7 @@ def test_mounted(): with patch.dict(mount.__opts__, {"test": False}): comt = f"Unable to unmount {name}: False." - umount = "Forced unmount and mount because options (noowners) changed" + umount = "Forced a lazy unmount and mount because the previous unmount failed and because the options (noowners) changed" ret.update( { "comment": comt,