From 11e7f476bd4bbcd6d072fa3659f628ae3a19705d Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 15 Sep 2015 19:12:15 +0200 Subject: wip --- test/http/test_semantics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/http/test_semantics.py') diff --git a/test/http/test_semantics.py b/test/http/test_semantics.py index 6dcbbe07..44d3c85e 100644 --- a/test/http/test_semantics.py +++ b/test/http/test_semantics.py @@ -475,7 +475,7 @@ class TestHeaders(object): def test_str(self): headers = semantics.Headers(Host="example.com") - assert str(headers) == "Host: example.com\r\n" + assert bytes(headers) == "Host: example.com\r\n" headers = semantics.Headers([ ["Host", "example.com"], -- cgit v1.2.3