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

@ -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