From d8b5456e132379d15649e011ad2f88f8f647c52e Mon Sep 17 00:00:00 2001 From: melissaml Date: Thu, 5 Jan 2017 15:23:22 +0800 Subject: [PATCH] Fix a typo Removed redundant 'the' TrivialFix Change-Id: Ie3e0b9628a2f2df9719c9bee2e62c8e0650c9d57 --- tests/unit/plugins/openstack/scenarios/sahara/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/plugins/openstack/scenarios/sahara/test_utils.py b/tests/unit/plugins/openstack/scenarios/sahara/test_utils.py index 41ad4396..23f3ee6d 100644 --- a/tests/unit/plugins/openstack/scenarios/sahara/test_utils.py +++ b/tests/unit/plugins/openstack/scenarios/sahara/test_utils.py @@ -30,7 +30,7 @@ SAHARA_UTILS = "rally.plugins.openstack.scenarios.sahara.utils" class SaharaScenarioTestCase(test.ScenarioTestCase): # NOTE(stpierre): the Sahara utils generally do funny stuff with - # wait_for() calls -- frequently the the is_ready and + # wait_for() calls -- frequently the is_ready and # update_resource arguments are functions defined in the Sahara # utils themselves instead of the more standard resource_is() and # get_from_manager() calls. As a result, the tests below do more