aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_integration.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_integration.py')
-rw-r--r--tests/test_integration.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_integration.py b/tests/test_integration.py
index e661467..2a2d4da 100644
--- a/tests/test_integration.py
+++ b/tests/test_integration.py
@@ -145,10 +145,6 @@ class DebugToolbarIntegrationTestCase(TestCase):
self.assertContains(response, 'o\\xf9')
self.assertContains(response, 'l\\xc3\\xa0')
- def test_object_with_non_ascii_repr_in_context(self):
- response = self.client.get('/non_ascii_context/')
- self.assertContains(response, 'nôt åscíì')
-
def test_object_with_non_ascii_repr_in_request_vars(self):
response = self.client.get('/non_ascii_request/')
self.assertContains(response, 'nôt åscíì')