mirror of
https://github.com/django/daphne.git
synced 2025-04-21 17:22:03 +03:00
Fix handler test
This commit is contained in:
parent
820e955515
commit
9f8bf30cdd
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user