summaryrefslogtreecommitdiff
path: root/cinder/tests/unit/volume/drivers/hpe/test_hpe3par.py
diff options
context:
space:
mode:
Diffstat (limited to 'cinder/tests/unit/volume/drivers/hpe/test_hpe3par.py')
-rw-r--r--cinder/tests/unit/volume/drivers/hpe/test_hpe3par.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/cinder/tests/unit/volume/drivers/hpe/test_hpe3par.py b/cinder/tests/unit/volume/drivers/hpe/test_hpe3par.py
index d19824208..1d1e440cb 100644
--- a/cinder/tests/unit/volume/drivers/hpe/test_hpe3par.py
+++ b/cinder/tests/unit/volume/drivers/hpe/test_hpe3par.py
@@ -749,10 +749,7 @@ class HPE3PARBaseDriver(test.TestCase):
configuration.unique_fqdn_network = True
return configuration
- @mock.patch(
- 'hpe3parclient.client.HPE3ParClient',
- spec=True,
- )
+ @mock.patch('hpe3parclient.client.HPE3ParClient')
def setup_mock_client(self, _m_client, driver, conf=None, m_conf=None,
is_primera=False,
wsapi_version=wsapi_version_latest):