Merge pull request #31007 from jtand/rabbitmq_vhost_test_fix

Fixed rabbitmq_vhost test failure.
This commit is contained in:
Mike Place 2016-02-08 10:48:00 -07:00
commit c48122ae9a

View file

@ -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'}