summaryrefslogtreecommitdiff
path: root/neutronclient
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-09 19:11:46 +0000
committerGerrit Code Review <review@openstack.org>2015-04-09 19:11:46 +0000
commitaa1215a5ad063b299d32ef319eb63d5210249a9b (patch)
tree10490d756cfaecd181229007a602382338e4c7df /neutronclient
parentb978f909014cbc398c21bfae917fcece89a36e38 (diff)
parentcdfcf3c153ee7860658cf70206c0da81da561bca (diff)
downloadpython-neutronclient-2.4.0.tar.gz
Merge "Fix one remaining E125 error and remove it from ignore list"2.4.0
Diffstat (limited to 'neutronclient')
-rw-r--r--neutronclient/tests/unit/test_cli20.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/neutronclient/tests/unit/test_cli20.py b/neutronclient/tests/unit/test_cli20.py
index e943253..1e9fee6 100644
--- a/neutronclient/tests/unit/test_cli20.py
+++ b/neutronclient/tests/unit/test_cli20.py
@@ -641,9 +641,9 @@ class ClientV2UnicodeTestXML(ClientV2TestJson):
class CLITestV20ExceptionHandler(CLITestV20Base):
def _test_exception_handler_v20(
- self, expected_exception, status_code, expected_msg,
- error_type=None, error_msg=None, error_detail=None,
- error_content=None):
+ self, expected_exception, status_code, expected_msg,
+ error_type=None, error_msg=None, error_detail=None,
+ error_content=None):
if error_content is None:
error_content = {'NeutronError': {'type': error_type,
'message': error_msg,