No arguments to list_users

This commit is contained in:
Colton Myers 2015-05-07 09:54:57 -06:00
parent ece63c36a3
commit ce9064dc74

View File

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