diff options
Diffstat (limited to 'openstackclient/tests')
| -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 """ |
