summaryrefslogtreecommitdiff
path: root/glance_store/tests/unit/cinder/test_cinder_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'glance_store/tests/unit/cinder/test_cinder_base.py')
-rw-r--r--glance_store/tests/unit/cinder/test_cinder_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glance_store/tests/unit/cinder/test_cinder_base.py b/glance_store/tests/unit/cinder/test_cinder_base.py
index 922b161..3269de1 100644
--- a/glance_store/tests/unit/cinder/test_cinder_base.py
+++ b/glance_store/tests/unit/cinder/test_cinder_base.py
@@ -328,7 +328,7 @@ class TestCinderStoreBase(object):
fake_connector.connect_volume.assert_called_once_with(
mock.ANY)
fake_connector.disconnect_volume.assert_called_once_with(
- mock.ANY, fake_devinfo)
+ mock.ANY, fake_devinfo, force=True)
fake_conn_obj.assert_called_once_with(
mock.ANY, root_helper, conn=mock.ANY,
use_multipath=multipath_supported)