diff --git a/ironic/tests/unit/conductor/test_manager.py b/ironic/tests/unit/conductor/test_manager.py index 708cf452c2..4135750c6c 100644 --- a/ironic/tests/unit/conductor/test_manager.py +++ b/ironic/tests/unit/conductor/test_manager.py @@ -4051,7 +4051,7 @@ class SensorsTestCase(mgr_utils.ServiceSetUpMixin, db_base.DbTestCase): mock_spawn.call_count) # TODO(TheJulia): At some point, we should add a test to validate that - # that a modified filter to return all nodes actually works, although + # a modified filter to return all nodes actually works, although # the way the sensor tests are written, the list is all mocked.