Skip to content

Commit 9ab7740

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Trivial: Fix incorrect comments in compute fakes.py"
2 parents 762c4c9 + 11c253c commit 9ab7740

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • openstackclient/tests/compute/v2

openstackclient/tests/compute/v2/fakes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -636,14 +636,14 @@ def create_one_keypair(attrs=None, no_pri=False):
636636

637637
@staticmethod
638638
def create_keypairs(attrs=None, count=2):
639-
"""Create multiple fake flavors.
639+
"""Create multiple fake keypairs.
640640
641641
:param Dictionary attrs:
642642
A dictionary with all attributes
643643
:param int count:
644-
The number of flavors to fake
644+
The number of keypairs to fake
645645
:return:
646-
A list of FakeFlavorResource objects faking the flavors
646+
A list of FakeResource objects faking the keypairs
647647
"""
648648

649649
keypairs = []

0 commit comments

Comments
 (0)