Merge "Fix broken py3 tests"

This commit is contained in:
Jenkins 2015-02-26 22:16:14 +00:00 committed by Gerrit Code Review
commit c3128fd6cd
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class TestBashate(base.TestCase):
m_argparser.return_value = m_parser_obj
m_run_obj = mock.MagicMock()
m_run_obj.WARNINGS = 1
m_run_obj.ERRORS = 1
m_bashaterun.return_value = m_run_obj