From: Tom Barron Date: Wed, 20 Jan 2016 20:40:31 +0000 (-0500) Subject: Fix NFS driver unit test docstring X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b38ccee39ed4740505f4c972c1ee41f59f71ef80;p=openstack-build%2Fcinder-build.git 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 --- 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]