From 6991ddb5b7672b770bbc8fb5c40348a0a53f04cc Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Wed, 25 May 2016 10:06:52 -0500 Subject: [PATCH] Remove mox usage from test_nexenta There is one referene to mox in the test_nexenta file that really isn't needed and is not doing anything functional. This removes it. Change-Id: Ie2c982047b7eefa224436b8bb0ef3c968edacfa0 --- cinder/tests/unit/test_nexenta.py | 1 - 1 file changed, 1 deletion(-) 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)