summaryrefslogtreecommitdiff
path: root/cinderclient/tests/unit/v3/test_shell.py
diff options
context:
space:
mode:
authorjacky06 <zhang.min@99cloud.net>2019-03-06 22:34:42 +0800
committerEric Harney <eharney@redhat.com>2019-10-30 11:00:12 -0400
commite2436b310f294992857f22a6d52ede03e36b99b1 (patch)
treeb549789c69b17a8094ea4e284306d6022eda1fab /cinderclient/tests/unit/v3/test_shell.py
parentd83998f6f0c18787a99ae189a4429fc142d8533a (diff)
downloadpython-cinderclient-e2436b310f294992857f22a6d52ede03e36b99b1.tar.gz
Update hacking version
Use latest release 1.1.0 and compatible changes w.r.t pep8 Change-Id: I1ae708f0753249226ceb47610a1a4d0b558c1d0e
Diffstat (limited to 'cinderclient/tests/unit/v3/test_shell.py')
-rw-r--r--cinderclient/tests/unit/v3/test_shell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cinderclient/tests/unit/v3/test_shell.py b/cinderclient/tests/unit/v3/test_shell.py
index 8969cab..98d4dd1 100644
--- a/cinderclient/tests/unit/v3/test_shell.py
+++ b/cinderclient/tests/unit/v3/test_shell.py
@@ -1068,8 +1068,8 @@ class ShellTest(utils.TestCase):
def test_group_failover_replication(self, attach_vol, backend):
attach = '--allow-attached-volume ' if attach_vol else ''
backend_id = ('--secondary-backend-id ' + backend) if backend else ''
- cmd = ('--os-volume-api-version 3.38 group-failover-replication 1234 '
- + attach + backend_id)
+ cmd = ('--os-volume-api-version 3.38 '
+ 'group-failover-replication 1234 ' + attach + backend_id)
self.run_command(cmd)
expected = {'failover_replication':
{'allow_attached_volume': attach_vol,