Fix build break with Fixtures 1.3

Our explicit call to cleanUp messes things up in latest
fixture, so we need to call _clear_cleanups to stop
the test from breaking

Change-Id: I8ce2309a94736b47fb347f37ab4027857e19c8a8
This commit is contained in:
Davanum Srinivas 2015-07-02 05:55:13 -04:00
parent d954b1b0c2
commit db19dfa172
1 changed files with 1 additions and 0 deletions

View File

@ -30,3 +30,4 @@ class TestMoxStubout(base.BaseTestCase):
f.cleanUp()
after2 = TestMoxStubout._stubable
self.assertEqual(before, after2)
f._clear_cleanups()