added stdout to test result

This commit is contained in:
Brian Coca 2015-07-14 15:59:00 -04:00
parent 3e293f524a
commit 323362e23a

View file

@ -299,7 +299,7 @@ class TestTaskExecutor(unittest.TestCase):
def _get(*args, **kwargs):
mock_action = MagicMock()
mock_action.run.return_value = dict()
mock_action.run.return_value = dict(stdout='')
return mock_action
# testing with some bad values in the result passed to poll async,