From b38ccee39ed4740505f4c972c1ee41f59f71ef80 Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Wed, 20 Jan 2016 15:40:31 -0500 Subject: [PATCH] Fix NFS driver unit test docstring This trivial commit fixes an incorrect docstring in a unit test for the generic NFS driver. Change-Id: I06adbc168501cd6214bc23194ee36c2873cb3cba --- cinder/tests/unit/test_nfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/tests/unit/test_nfs.py b/cinder/tests/unit/test_nfs.py index ca3724bb5..36b3f44d2 100644 --- a/cinder/tests/unit/test_nfs.py +++ b/cinder/tests/unit/test_nfs.py @@ -239,7 +239,7 @@ class RemoteFsDriverTestCase(test.TestCase): def test_determine_nas_security_options_when_admin_set_false(self): """Test the setting of the NAS Security Option - In this test case, the Admin set the flag to 'true'. + In this test case, the Admin set the flag to 'false'. """ drv = self._driver drv._mounted_shares = [self.TEST_EXPORT] -- 2.45.2