Merge "Adding api_version to FakeAPP"

This commit is contained in:
Zuul 2018-07-06 00:05:14 +00:00 committed by Gerrit Code Review
commit 8cccb249ba
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,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