mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #49265 from terminalmage/fix-failing-file-tests
Fix failing unit file module unit tests
This commit is contained in:
commit
2d7f8460bc
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