From cc3e87b664646325123e3de0ead9aa087b141556 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Thu, 9 Aug 2018 07:39:22 -0400 Subject: [PATCH] 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 --- monitoring/test/helpers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/monitoring/test/helpers.py b/monitoring/test/helpers.py index 2e4faace..d385487b 100644 --- a/monitoring/test/helpers.py +++ b/monitoring/test/helpers.py @@ -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