diff options
Diffstat (limited to '')
-rw-r--r-- | test/unit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit.py b/test/unit.py index 8e7ba105..f6514a49 100644 --- a/test/unit.py +++ b/test/unit.py @@ -192,7 +192,7 @@ class TestUnitHTTP(TestUnit): resp = self._recvall(sock) if '--verbose' in sys.argv: - print('<<<', resp, sep='\n') + print('<<<', resp.encode('utf-8'), sep='\n') if 'raw_resp' not in kwargs: resp = self._resp_to_dict(resp) |