From 9e7eb17163376bfd4bdcf15dc455185a51882265 Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Thu, 1 Mar 2018 17:14:41 +0100 Subject: [PATCH] Remove mox from test_common_policy mox-removal Change-Id: Ie3b3e16afafc4a9ac9bc9c1a438e51cf46a3caa4 --- heat/tests/test_common_policy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/heat/tests/test_common_policy.py b/heat/tests/test_common_policy.py index 8055b5312b..ee311a8095 100644 --- a/heat/tests/test_common_policy.py +++ b/heat/tests/test_common_policy.py @@ -43,7 +43,6 @@ class TestPolicyEnforcer(common.HeatTestCase): super(TestPolicyEnforcer, self).setUp(mock_resource_policy=False) self.fixture = self.useFixture(config_fixture.Config()) self.fixture.conf(args=['--config-dir', policy_path]) - self.addCleanup(self.m.VerifyAll) def get_policy_file(self, filename): return policy_path + filename