diff options
| author | Zuul <zuul@review.opendev.org> | 2022-03-09 13:44:26 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2022-03-09 13:44:26 +0000 |
| commit | 91a963873f63b39199b83ed2095bdedd07038bba (patch) | |
| tree | 608f32290d8b63d51ac4334c78915e5b3b9fcd92 /openstackclient/tests/unit/network | |
| parent | 54b32a37d7e6ae4a21eb3abf041945b08bc04bc2 (diff) | |
| parent | 3e61824d4a05e395f9ed5974321fc14b8b1944d2 (diff) | |
| download | python-openstackclient-91a963873f63b39199b83ed2095bdedd07038bba.tar.gz | |
Merge "Fix metavars and typos in local_ip"
Diffstat (limited to 'openstackclient/tests/unit/network')
| -rw-r--r-- | openstackclient/tests/unit/network/v2/fakes.py | 2 |
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 """ |
