Fix handler test

This commit is contained in:
Andrew Godwin 2016-03-11 10:23:07 -08:00
parent 820e955515
commit 9f8bf30cdd

View File

@ -62,7 +62,7 @@ class HandlerTests(SimpleTestCase):
self.assertEqual(reply_message.get("more_content", False), False)
self.assertEqual(
reply_message["headers"],
[("Content-Type", b"text/plain")],
[(b"Content-Type", b"text/plain")],
)
def test_large(self):