Skip to content

Commit 11c253c

Browse files
author
Tang Chen
committed
Trivial: Fix incorrect comments in compute fakes.py
Change-Id: I18b1720af13b444527dda1ecab52e3cc8d8d9376
1 parent 752705a commit 11c253c

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)