mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
another lint fix
This commit is contained in:
parent
dbffba6876
commit
6f185c9179
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ IP6_ADD_SCOPE = 'fe80::6238:e0ff:fe06:3f6b%enp2s0'
|
|||
OS_RELEASE_DIR = os.path.join(os.path.dirname(__file__), "os-releases")
|
||||
SOLARIS_DIR = os.path.join(os.path.dirname(__file__), 'solaris')
|
||||
|
||||
|
||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||
class CoreGrainsTestCase(TestCase, LoaderModuleMockMixin):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue