update is_windows salt.utils to correct path

This commit is contained in:
Ch3LL 2018-08-17 11:40:50 -04:00
parent 3fef112409
commit ce5e17bdbd
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73

View file

@ -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):
'''