mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
change skip if check to docker
This commit is contained in:
parent
aa8875a0e2
commit
3955537609
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ SERVICE_NAME = 'docker'
|
|||
|
||||
|
||||
@destructiveTest
|
||||
@skipIf(salt.utils.which('crond') is None, 'crond not installed')
|
||||
@skipIf(salt.utils.which('docker') is None, 'crond not installed')
|
||||
class ServiceModuleTest(ModuleCase):
|
||||
'''
|
||||
Module testing the service module
|
||||
|
|
Loading…
Add table
Reference in a new issue