diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2018-02-26 20:18:24 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2018-02-26 20:18:24 +0300 |
commit | 6aa00fa8d08e3b937f707ce114c7095300118584 (patch) | |
tree | a6ef0004ec2ac8c575850be93f5de0302398af6e /test/unit.py | |
parent | a89747e97c2a00503260d72082949be4ba97983f (diff) | |
download | unit-6aa00fa8d08e3b937f707ce114c7095300118584.tar.gz unit-6aa00fa8d08e3b937f707ce114c7095300118584.tar.bz2 |
Tests: more configuration tests.
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) |