mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix is_windows call - use the right path
This commit is contained in:
parent
5488fbea38
commit
cc606509d0
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ class FileBlockReplaceTestCase(TestCase, LoaderModuleMockMixin):
|
|||
)
|
||||
|
||||
|
||||
@skipIf(salt.platform.is_windows(), 'Skip on windows')
|
||||
@skipIf(salt.utils.platform.is_windows(), 'Skip on windows')
|
||||
class FileGrepTestCase(TestCase, LoaderModuleMockMixin):
|
||||
def setup_loader_modules(self):
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue