Kaydet (Commit) 02e6b640 authored tarafından Aymeric Augustin's avatar Aymeric Augustin

[py3] Ported django.utils.decorators.

üst 127b461b
......@@ -105,4 +105,4 @@ class DecoratorFromMiddlewareTests(TestCase):
response.render()
self.assertTrue(getattr(request, 'process_response_reached', False))
# Check that process_response saw the rendered content
self.assertEqual(request.process_response_content, "Hello world")
self.assertEqual(request.process_response_content, b"Hello world")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment