]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fix NFS driver unit test docstring
authorTom Barron <tpb@dyncloud.net>
Wed, 20 Jan 2016 20:40:31 +0000 (15:40 -0500)
committerTom Barron <tpb@dyncloud.net>
Wed, 20 Jan 2016 20:40:52 +0000 (15:40 -0500)
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

index ca3724bb5003b71e0efc55354e2d1f97dd217d45..36b3f44d2d807bca9877f7987e9f093a70dca70b 100644 (file)
@@ -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]