fix test_nocloud testcase
This commit is contained in:
parent
e8fa834af8
commit
ed2940645f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user