mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix unit.states.rvm_test.TestRvmState.test_installed
This commit is contained in:
parent
e4d84c776a
commit
7ae519c34e
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class TestRvmState(TestCase):
|
|||
with patch.object(rvm, '_check_and_install_ruby', new=mock):
|
||||
rvm.installed('1.9.3', default=True)
|
||||
mock.assert_called_once_with(
|
||||
{'result': True}, '1.9.3', True, runas=None)
|
||||
{'result': True}, '1.9.3', True, user=None)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Reference in a new issue