mirror of
https://opendev.org/openstack/ironic.git
synced 2026-01-16 23:01:47 +00:00
[Trivial] Fix typo in agent_base_vendor unit test
Change-Id: I022300e4c5b5d4e871d71df62935d142836ab905
This commit is contained in:
parent
46533ebea2
commit
e8a8b7897f
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue