mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
updating test_mounted state test.
This commit is contained in:
parent
f29f83fda0
commit
8413e6f96d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue