mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge branch '2015.8' into '2016.3'
No conflicts.
This commit is contained in:
commit
861a001749
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class RabbitUserTestCase(integration.ModuleCase,
|
|||
'rabbitmq_user.present', name='null_name', test=True
|
||||
)
|
||||
self.assertSaltFalseReturn(ret)
|
||||
self.assertInSaltComment('User null_name is set to be created', ret)
|
||||
self.assertInSaltComment('User \'null_name\' is set to be created', ret)
|
||||
|
||||
def absent(self):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue