Merge "Remove use_mox directive"

This commit is contained in:
Zuul 2018-11-19 14:29:52 +00:00 committed by Gerrit Code Review
commit 8ee95c1196
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