summaryrefslogtreecommitdiff
path: root/tests/test_client
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_client')
-rw-r--r--tests/test_client/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_client/tests.py b/tests/test_client/tests.py
index e45a743f22..b39d5f5e09 100644
--- a/tests/test_client/tests.py
+++ b/tests/test_client/tests.py
@@ -122,7 +122,7 @@ class ClientTest(TestCase):
self.assertEqual(response.status_code, 200)
self.assertEqual(response.templates[0].name, 'PUT Template')
self.assertEqual(response.context['data'], "{'foo': 'bar'}")
- self.assertEqual(response.context['Content-Length'], 14)
+ self.assertEqual(response.context['Content-Length'], '14')
def test_trace(self):
"""TRACE a view"""