Remove use_mox directive

As of horizon 14.0.0.0b2 or later the use_mox directive is unecessary so we can remove it.

Change-Id: I5866a1b8618c6cd6389fce70ed8d519cd77d1075
This commit is contained in:
Chuck Short 2018-08-09 07:39:22 -04:00
parent 01ef5c2285
commit cc3e87b664
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ class MonitoringTestsMixin(object):
@unittest.skipIf(os.environ.get('SKIP_UNITTESTS', False),
"The SKIP_UNITTESTS env variable is set.")
class TestCase(MonitoringTestsMixin, helpers.TestCase):
use_mox = False
pass