From 93202bf5a79403f4c48291bb239230e1f8f4880d Mon Sep 17 00:00:00 2001 From: yuanliu Date: Mon, 18 May 2020 19:22:08 +0800 Subject: [PATCH] rm duplicate word 'that' Change-Id: Ia776cb0ec929f996f3a56e0d6e496ae827380d64 --- ironic/tests/unit/conductor/test_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.