From 3f6e594c59b3a9dfcae502349e1c592ee9072f43 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 30 May 2017 19:32:26 +0200 Subject: Fix a typo in docstring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie03004474658bd3317a9be8a6b00f5bda1133f2c Signed-off-by: Cédric Ollivier --- functest/core/testcase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functest/core') diff --git a/functest/core/testcase.py b/functest/core/testcase.py index 50ca2ce4..a7dc47c4 100644 --- a/functest/core/testcase.py +++ b/functest/core/testcase.py @@ -180,7 +180,7 @@ class TestCase(object): return TestCase.EX_PUSH_TO_DB_ERROR def create_snapshot(self): # pylint: disable=no-self-use - """Save the testing environement before running test. + """Save the testing environment before running test. It can be overriden if resources must be listed running the test case. -- cgit 1.2.3-korg