Pylint fix

This commit is contained in:
rallytime 2015-10-26 14:10:34 -04:00
parent 19b8b868a3
commit aebbcb88ea

View file

@ -103,7 +103,7 @@ class RabbitmqUserTestCase(TestCase):
ret = {'name': name,
'changes': {},
'result': True,
'comment': 'The user \'foo\' is not present.'.format(name)}
'comment': 'The user \'foo\' is not present.'}
mock = MagicMock(return_value=False)
with patch.dict(rabbitmq_user.__salt__, {'rabbitmq.user_exists': mock}):