Skip to content

Commit e4b8c31

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Adding api_version to FakeApp"
2 parents 0ba5dcb + 412ee7f commit e4b8c31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openstackclient/tests/unit/fakes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ class FakeApp(object):
106106
def __init__(self, _stdout, _log):
107107
self.stdout = _stdout
108108
self.client_manager = None
109+
self.api_version = {}
109110
self.stdin = sys.stdin
110111
self.stdout = _stdout or sys.stdout
111112
self.stderr = sys.stderr

0 commit comments

Comments
 (0)