We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ba5dcb + 412ee7f commit e4b8c31Copy full SHA for e4b8c31
1 file changed
openstackclient/tests/unit/fakes.py
@@ -106,6 +106,7 @@ class FakeApp(object):
106
def __init__(self, _stdout, _log):
107
self.stdout = _stdout
108
self.client_manager = None
109
+ self.api_version = {}
110
self.stdin = sys.stdin
111
self.stdout = _stdout or sys.stdout
112
self.stderr = sys.stderr
0 commit comments