From 3e61824d4a05e395f9ed5974321fc14b8b1944d2 Mon Sep 17 00:00:00 2001 From: Nurmatov Mamatisa Date: Tue, 22 Feb 2022 12:51:08 +0300 Subject: Fix metavars and typos in local_ip Change-Id: I2094f343e3353da25f9c5057ea5444345e271665 --- openstackclient/tests/unit/network/v2/fakes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/tests/unit/network') 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 """ -- cgit v1.2.1