Fixed rabbitmq_vhost test failure.

This commit is contained in:
justinta89 2016-02-08 10:02:43 -07:00
parent 64125de6c7
commit 962e0deda5

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