fix test_nocloud testcase

This commit is contained in:
Scott Moser 2013-07-08 23:21:29 -04:00
parent e8fa834af8
commit ed2940645f

View File

@ -22,7 +22,7 @@ class TestNoCloudDataSource(MockerTestCase):
def tearDown(self):
apply_patches([i for i in reversed(self.unapply)])
super(TestNoCloudDataSource, self).setUp()
super(TestNoCloudDataSource, self).tearDown()
def apply_patches(self, patches):
ret = apply_patches(patches)