mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix lint error
This commit is contained in:
parent
61f8a2f7ff
commit
ec99a3ce3c
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ from tests.support.mock import (
|
|||
patch
|
||||
)
|
||||
|
||||
|
||||
@skipIf(not sys.platform.startswith('darwin'), "Mac specific test")
|
||||
class MacPackageTestCase(TestCase, LoaderModuleMockMixin):
|
||||
def setup_loader_modules(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue