summaryrefslogtreecommitdiff
path: root/cinderclient/tests
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-02-12 12:56:08 +0000
committerGerrit Code Review <review@openstack.org>2020-02-12 12:56:08 +0000
commit48a9cd5acaf970ef32df95f39722db08fcff284b (patch)
tree7270601b4d4a6005a400561fb12eb4e418bb95bc /cinderclient/tests
parent658de38c20e028898fe0641de2e18686703f7b70 (diff)
parentceddb3cfd033661f63d1245a45e0e197561be19c (diff)
downloadpython-cinderclient-48a9cd5acaf970ef32df95f39722db08fcff284b.tar.gz
Merge "Fix: --poll inconsistency"
Diffstat (limited to 'cinderclient/tests')
-rw-r--r--cinderclient/tests/unit/v3/test_shell.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cinderclient/tests/unit/v3/test_shell.py b/cinderclient/tests/unit/v3/test_shell.py
index bcf1e3d..e202655 100644
--- a/cinderclient/tests/unit/v3/test_shell.py
+++ b/cinderclient/tests/unit/v3/test_shell.py
@@ -1165,7 +1165,6 @@ class ShellTest(utils.TestCase):
volume = self.shell.cs.volumes.get('1234')
info = dict()
info.update(volume._info)
- info.pop('links', None)
self.assertEqual(1, poll_method.call_count)
timeout_period = 3600
poll_method.assert_has_calls([mock.call(self.shell.cs.volumes.get,