diff options
| author | Kyrylo Romanenko <kromanenko@mirantis.com> | 2016-03-09 16:51:07 +0200 |
|---|---|---|
| committer | Kyrylo Romanenko <kromanenko@mirantis.com> | 2016-03-09 16:51:46 +0200 |
| commit | 148e680fb322a1d13b14c540efef87fa4c857f06 (patch) | |
| tree | b3ee7d638c8187d8704ed2cecdd278162878622a /cinderclient/tests/functional | |
| parent | fb175864f93e617da3ceb9d582ad2966e545991c (diff) | |
| download | python-cinderclient-148e680fb322a1d13b14c540efef87fa4c857f06.tar.gz | |
Fix docstring according to function
Change-Id: I8cbe98ac2adfc00a482917a5bb8615662986441a
Diffstat (limited to 'cinderclient/tests/functional')
| -rw-r--r-- | cinderclient/tests/functional/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/tests/functional/base.py b/cinderclient/tests/functional/base.py index fefa180..d6a929c 100644 --- a/cinderclient/tests/functional/base.py +++ b/cinderclient/tests/functional/base.py @@ -139,7 +139,7 @@ class ClientTestBase(base.ClientTestBase): % (object_name, object_id, status, timeout)) def check_object_deleted(self, object_name, object_id, timeout=60): - """Check that volume deleted successfully. + """Check that object deleted successfully. :param object_name: object name :param object_id: uuid4 id of an object |
