summaryrefslogtreecommitdiff
path: root/heatclient/tests/unit/test_common_http.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/tests/unit/test_common_http.py')
-rw-r--r--heatclient/tests/unit/test_common_http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/tests/unit/test_common_http.py b/heatclient/tests/unit/test_common_http.py
index 8ce6f18..79cb551 100644
--- a/heatclient/tests/unit/test_common_http.py
+++ b/heatclient/tests/unit/test_common_http.py
@@ -132,7 +132,7 @@ class HttpClientTest(testtools.TestCase):
fake500 = fakes.FakeHTTPResponse(
500, 'ERROR',
{'content-type': 'application/octet-stream'},
- '(HTTP 401)')
+ b'(HTTP 401)')
# no token or credentials
mock_request.return_value = fake500