Tests: more configuration tests.

This commit is contained in:
Andrey Zelenkov
2018-02-26 20:18:24 +03:00
parent a89747e97c
commit 6aa00fa8d0
3 changed files with 29 additions and 11 deletions

View File

@@ -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)