summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/tests/test_policy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_policy.py b/nova/tests/test_policy.py
index be0aa3d2e..9f7fb27d6 100644
--- a/nova/tests/test_policy.py
+++ b/nova/tests/test_policy.py
@@ -173,7 +173,7 @@ class DefaultPolicyTestCase(test.TestCase):
nova.common.policy.set_brain(brain)
def tearDown(self):
- super(DefaultPolicyTestCase, self).setUp()
+ super(DefaultPolicyTestCase, self).tearDown()
policy.reset()
def test_policy_called(self):