Merge "Fix spelling errors in unit test files"

This commit is contained in:
Zuul
2025-11-22 07:07:48 +00:00
committed by Gerrit Code Review

View File

@@ -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',