mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
update is_windows salt.utils to correct path
This commit is contained in:
parent
3fef112409
commit
ce5e17bdbd
1 changed files with 1 additions and 1 deletions
|
@ -900,7 +900,7 @@ class FileTest(ModuleCase, SaltReturnAssertsMixin):
|
|||
self.assertFalse(os.path.exists(strayfile2))
|
||||
self.assertTrue(os.path.exists(keepfile))
|
||||
|
||||
@skipIf(salt.utils.is_windows(), 'Skip on windows')
|
||||
@skipIf(salt.utils.platform.is_windows(), 'Skip on windows')
|
||||
@with_tempdir()
|
||||
def test_test_directory_clean_exclude(self, base_dir):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue