summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/volume/v2
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-12-08 17:45:06 +0000
committerGerrit Code Review <review@openstack.org>2016-12-08 17:45:06 +0000
commit5408d02de4e98d90ac7ebe4179bcc84db0d9ac78 (patch)
treea855c46668223fb209ad19acc772045c56c3874d /openstackclient/tests/unit/volume/v2
parent6bd1135036a640e7c1b2a4f86ab46ac58d570e5d (diff)
parentdc1d510350172b182720eff8d60b579a6d59d016 (diff)
downloadpython-openstackclient-5408d02de4e98d90ac7ebe4179bcc84db0d9ac78.tar.gz
Merge "Fix description errors in volume fakes"
Diffstat (limited to 'openstackclient/tests/unit/volume/v2')
-rw-r--r--openstackclient/tests/unit/volume/v2/fakes.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/openstackclient/tests/unit/volume/v2/fakes.py b/openstackclient/tests/unit/volume/v2/fakes.py
index 3137bfb0..d5cd72ec 100644
--- a/openstackclient/tests/unit/volume/v2/fakes.py
+++ b/openstackclient/tests/unit/volume/v2/fakes.py
@@ -480,7 +480,7 @@ class FakeBackup(object):
If backups list is provided, then initialize the Mock object with the
list. Otherwise create one.
- :param List volumes:
+ :param List backups:
A list of FakeResource objects faking backups
:param Integer count:
The number of backups to be faked
@@ -764,7 +764,7 @@ class FakeQos(object):
If qoses list is provided, then initialize the Mock object with the
list. Otherwise create one.
- :param List volumes:
+ :param List qoses:
A list of FakeResource objects faking qoses
:param Integer count:
The number of qoses to be faked
@@ -837,7 +837,7 @@ class FakeSnapshot(object):
If snapshots list is provided, then initialize the Mock object with the
list. Otherwise create one.
- :param List volumes:
+ :param List snapshots:
A list of FakeResource objects faking snapshots
:param Integer count:
The number of snapshots to be faked