mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
states.service.mod_watch: update unit test
This commit is contained in:
parent
d210a92f09
commit
90aee79c39
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ class ServiceTestCase(TestCase):
|
|||
'comment': 'Service is already stopped', 'name': 'salt',
|
||||
'result': True},
|
||||
{'changes': {},
|
||||
'comment': 'Unable to trigger watch for service.stack',
|
||||
'comment': 'sfun must be set to either "running" or "dead"',
|
||||
'name': 'salt', 'result': False},
|
||||
{'changes': {},
|
||||
'comment': 'Service is set to be started', 'name': 'salt',
|
||||
|
|
Loading…
Add table
Reference in a new issue