From 374aba1c36d163832ba1921c132f21bdf801d476 Mon Sep 17 00:00:00 2001 From: David Nwosu Date: Sat, 15 Nov 2025 11:51:52 +0100 Subject: [PATCH] Fix spelling errors in unit test files Change-Id: Ie4a3df034093352776d7e2717a8ae6301b40563c Signed-off-by: David Nwosu --- ironic/tests/unit/conductor/test_steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic/tests/unit/conductor/test_steps.py b/ironic/tests/unit/conductor/test_steps.py index 19a1f3d09d..6968f5c26e 100644 --- a/ironic/tests/unit/conductor/test_steps.py +++ b/ironic/tests/unit/conductor/test_steps.py @@ -601,7 +601,7 @@ class NodeCleaningStepsTestCase(db_base.DbTestCase): 'arg2': {'description': 'desc2'}}} @mock.patch('ironic.drivers.modules.fake.FakeFirmware.get_clean_steps', - lambda self, taks: []) + lambda self, task: []) @mock.patch('ironic.drivers.modules.fake.FakeBIOS.get_clean_steps', lambda self, task: []) @mock.patch('ironic.drivers.modules.fake.FakeDeploy.get_clean_steps',