mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #31007 from jtand/rabbitmq_vhost_test_fix
Fixed rabbitmq_vhost test failure.
This commit is contained in:
commit
c48122ae9a
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