From 172020b8b77b75ebee4497b8ea9049cdbfdc6027 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Wed, 24 Aug 2016 17:14:31 -0400 Subject: [PATCH] Is this it? --- tests/py/test_billing_exchanges.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/py/test_billing_exchanges.py b/tests/py/test_billing_exchanges.py index 463d0bef9a..268beac477 100644 --- a/tests/py/test_billing_exchanges.py +++ b/tests/py/test_billing_exchanges.py @@ -31,6 +31,7 @@ def setUp(self): def tearDown(self): if self.hold: cancel_card_hold(self.hold) + self.hold = None super(TestsWithBillingHarness, self).tearDown()