mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
No arguments to list_users
This commit is contained in:
parent
ece63c36a3
commit
ce9064dc74
@ -436,7 +436,7 @@ class WinUserAddTestCase(TestCase):
|
|||||||
Test if it return a list of users on Windows.
|
Test if it return a list of users on Windows.
|
||||||
'''
|
'''
|
||||||
MockClient.flag = 1
|
MockClient.flag = 1
|
||||||
self.assertListEqual(win_useradd.list_users('salt'), [])
|
self.assertListEqual(win_useradd.list_users(), [])
|
||||||
|
|
||||||
# 'rename' function tests: 1
|
# 'rename' function tests: 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user