Skip to content

Commit

Permalink
Update test_http_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Sep 2, 2018
1 parent 881a7a0 commit f4116b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_http_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def test_parse_headers(parser):
msg = messages[0][0]

assert list(msg.headers.items()) == [('test', 'line continue'),
('test2', 'data')]
('test2', 'data')]
assert msg.raw_headers == ((b'test', b'line continue'),
(b'test2', b'data'))
assert not msg.should_close
Expand Down

0 comments on commit f4116b3

Please sign in to comment.