Commit 323362e2 by Brian Coca

added stdout to test result

parent 3e293f52
...@@ -299,7 +299,7 @@ class TestTaskExecutor(unittest.TestCase): ...@@ -299,7 +299,7 @@ class TestTaskExecutor(unittest.TestCase):
def _get(*args, **kwargs): def _get(*args, **kwargs):
mock_action = MagicMock() mock_action = MagicMock()
mock_action.run.return_value = dict() mock_action.run.return_value = dict(stdout='')
return mock_action return mock_action
# testing with some bad values in the result passed to poll async, # testing with some bad values in the result passed to poll async,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment