Merge "Adding api_version to FakeApp"

This commit is contained in:
Zuul 2018-06-29 18:17:47 +00:00 committed by Gerrit Code Review
commit e4b8c31cd3
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ class FakeApp(object):
def __init__(self, _stdout, _log):
self.stdout = _stdout
self.client_manager = None
self.api_version = {}
self.stdin = sys.stdin
self.stdout = _stdout or sys.stdout
self.stderr = sys.stderr