diff --git a/cinder/tests/unit/test_nexenta.py b/cinder/tests/unit/test_nexenta.py index 76fe0c28344..6036349c20f 100644 --- a/cinder/tests/unit/test_nexenta.py +++ b/cinder/tests/unit/test_nexenta.py @@ -198,7 +198,6 @@ class TestNexentaISCSIDriver(test.TestCase): 'snapshot': snapshot['name'] }, '') self.nms_mock.volume.object_exists.assert_called_with(volume_name) - self.mox.ReplayAll() def test_create_snapshot(self): self.drv.create_snapshot(self.TEST_SNAPSHOT_REF)