summaryrefslogtreecommitdiff
path: root/heatclient/tests/unit/test_shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/tests/unit/test_shell.py')
-rw-r--r--heatclient/tests/unit/test_shell.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/heatclient/tests/unit/test_shell.py b/heatclient/tests/unit/test_shell.py
index 133b0e9..0e4bf03 100644
--- a/heatclient/tests/unit/test_shell.py
+++ b/heatclient/tests/unit/test_shell.py
@@ -3883,7 +3883,8 @@ class ShellTestConfig(ShellBase):
six.StringIO('the config script'))
http.SessionClient.request(
- '/validate', 'POST', data=validate_template).AndReturn(http_resp)
+ '/validate', 'POST',
+ data=validate_template).AndReturn(http_resp)
http.SessionClient.request(
'/software_configs', 'POST', data=create_dict).AndReturn(http_resp)