mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update old utils paths to use new paths
This commit is contained in:
parent
a984ad8b3d
commit
8609064f30
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ class GroupModuleTest(ModuleCase):
|
|||
self.run_function('user.add', [self._user1])
|
||||
m = '{0},{1}'.format(self._user, self._user1)
|
||||
ret = self.run_function('group.members', [self._group, m])
|
||||
if salt.utils.is_windows():
|
||||
if salt.utils.platform.is_windows():
|
||||
self.assertTrue(ret['result'])
|
||||
else:
|
||||
self.assertTrue(ret)
|
||||
|
|
Loading…
Add table
Reference in a new issue