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
This commit is contained in:
Sean McGinnis 2016-05-25 10:06:52 -05:00
parent 48fb733016
commit 6991ddb5b7
1 changed files with 0 additions and 1 deletions

View File

@ -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)