Merge "Trivialfix -- Fix spacing in docstring"

This commit is contained in:
Zuul 2017-12-20 02:42:54 +00:00 committed by Gerrit Code Review
commit 9a31b4c8f5
1 changed files with 1 additions and 1 deletions

View File

@ -2836,7 +2836,7 @@ class VolumeTestCase(base.BaseVolumeTestCase):
save_mock.assert_not_called()
def test_volume_attach_attaching(self):
"""Test volume_attach ."""
"""Test volume_attach."""
instance_uuid = '12345678-1234-5678-1234-567812345678'
volume = tests_utils.create_volume(self.context, **self.volume_params)