mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removed errors
This commit is contained in:
parent
4cde78a58a
commit
6a2909eeea
1 changed files with 2 additions and 2 deletions
|
@ -102,14 +102,14 @@ class VboxGuestTestCase(TestCase):
|
|||
"vbox_guest.grant_access_to_shared_folders_to": mock}
|
||||
):
|
||||
ret.update({'comment': 'System already in the correct state'})
|
||||
self.assertMethod(ret)
|
||||
self.assert_method(ret)
|
||||
|
||||
with patch.dict(vbox_guest.__opts__, {"test": True}):
|
||||
ret.update({'changes': {'new': ['AB'], 'old': 'salt'},
|
||||
'comment': 'List of users who have access to'
|
||||
' auto-mounted shared folders will be changed',
|
||||
'result': None})
|
||||
self.assertMethod(ret)
|
||||
self.assert_method(ret)
|
||||
|
||||
with patch.dict(vbox_guest.__opts__, {"test": False}):
|
||||
ret.update({'changes': {'new': 'salt', 'old': 'salt'},
|
||||
|
|
Loading…
Add table
Reference in a new issue