mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed rabbitmq_vhost test failure.
This commit is contained in:
parent
64125de6c7
commit
962e0deda5
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class RabbitmqVhostTestCase(TestCase):
|
|||
name = 'virtual_host'
|
||||
|
||||
ret = {'name': name,
|
||||
'changes': {},
|
||||
'changes': {'old': '', 'new': name},
|
||||
'result': None,
|
||||
'comment': 'Creating VHost virtual_host'}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue