[Trivial] Fix typo in agent_base_vendor unit test

Change-Id: I022300e4c5b5d4e871d71df62935d142836ab905
This commit is contained in:
Arne Wiebalck 2019-04-08 11:04:40 +02:00
parent 46533ebea2
commit e8a8b7897f

View File

@ -1475,7 +1475,7 @@ class AgentDeployMixinTest(AgentDeployMixinBaseTest):
@mock.patch.object(agent_client.AgentClient, 'get_commands_status',
autospec=True)
def test_continue_cleaning_fail(self, status_mock, error_mock):
# Test the a failure puts the node in CLEANFAIL
# Test that a failure puts the node in CLEANFAIL
status_mock.return_value = [{
'command_status': 'FAILED',
'command_name': 'execute_clean_step',