change skip message check to docker

This commit is contained in:
Ch3LL 2017-10-25 13:43:13 -04:00
parent 3955537609
commit 980c43ebc9
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73

View file

@ -15,7 +15,7 @@ SERVICE_NAME = 'docker'
@destructiveTest
@skipIf(salt.utils.which('docker') is None, 'crond not installed')
@skipIf(salt.utils.which('docker') is None, 'docker is not installed')
class ServiceModuleTest(ModuleCase):
'''
Module testing the service module