updating test_mounted state test.

This commit is contained in:
Gareth J. Greenaway 2023-11-16 14:24:56 -08:00
parent f29f83fda0
commit 8413e6f96d
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -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,