Redundant line

This commit is contained in:
Cerberus
2011-05-11 14:41:31 -05:00
parent 84e1444cd3
commit e9456b0e8b

View File

@@ -335,7 +335,6 @@ class ComputeTestCase(test.TestCase):
def fake(*args, **kwargs):
pass
self.stubs.Set(self.compute.driver, 'finish_resize', fake)
self.stubs.Set(self.compute.driver, 'finish_resize', fake)
context = self.context.elevated()
instance_id = self._create_instance()