summaryrefslogtreecommitdiff
path: root/openstackclient/tests
diff options
context:
space:
mode:
authorNurmatov Mamatisa <nurmatov.mamatisa@huawei.com>2022-02-22 12:51:08 +0300
committerMamatisa Nurmatov <nurmatov.mamatisa@huawei.com>2022-03-02 12:52:14 +0000
commit3e61824d4a05e395f9ed5974321fc14b8b1944d2 (patch)
tree1ecd31524c8b505d1da1aca26425fdfb17904abc /openstackclient/tests
parentd876b4195884af9dc7b3f6a9e9f53b01fcd80474 (diff)
downloadpython-openstackclient-3e61824d4a05e395f9ed5974321fc14b8b1944d2.tar.gz
Fix metavars and typos in local_ip
Change-Id: I2094f343e3353da25f9c5057ea5444345e271665
Diffstat (limited to 'openstackclient/tests')
-rw-r--r--openstackclient/tests/unit/network/v2/fakes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/unit/network/v2/fakes.py b/openstackclient/tests/unit/network/v2/fakes.py
index 2f839d16..a37642b1 100644
--- a/openstackclient/tests/unit/network/v2/fakes.py
+++ b/openstackclient/tests/unit/network/v2/fakes.py
@@ -2142,7 +2142,7 @@ def create_local_ip_associations(attrs=None, count=2):
:param Dictionary attrs:
A dictionary with all attributes
:param int count:
- The number of address groups to fake
+ The number of local ip associations to fake
:return:
A list of FakeResource objects faking the local ip associations
"""