From 04fe0eebb12041953f7fa9793f08c3d004b2998b Mon Sep 17 00:00:00 2001 From: Kobi Samoray Date: Tue, 27 Sep 2016 14:14:05 +0300 Subject: [PATCH] Fix docstring typo in test_common.py TrivialFix Change-Id: I8ee5f29387c4487a562047f38979f9b909416d95 --- ironic/tests/unit/drivers/modules/oneview/test_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic/tests/unit/drivers/modules/oneview/test_common.py b/ironic/tests/unit/drivers/modules/oneview/test_common.py index 1330a70988..6eab2690af 100644 --- a/ironic/tests/unit/drivers/modules/oneview/test_common.py +++ b/ironic/tests/unit/drivers/modules/oneview/test_common.py @@ -383,7 +383,7 @@ class OneViewCommonTestCase(db_base.DbTestCase): ) def test_is_dynamic_allocation_enabled_without_flag(self): - """Ensure Dynamic Allocation is disabled when node doesnt't have flag. + """Ensure Dynamic Allocation is disabled when node doesn't have flag. 1) Create a node without 'dynamic_allocation' flag 2) Check Dynamic Allocation is disabled for the given node