Merge "Declare heat-dashboard depends on mox"

This commit is contained in:
Zuul 2018-02-22 09:05:17 +00:00 committed by Gerrit Code Review
commit c53e6cc452

View File

@ -165,6 +165,10 @@ class TestCase(horizon_helpers.TestCase):
# boolean variable to store failures
missing_mocks = False
# heat-dashboard depends on mox and we need to declare it.
# horizon UT disables mox by default now.
use_mox = True
def fake_conn_request(self):
# print a stacktrace to illustrate where the unmocked API call
# is being made from