summaryrefslogtreecommitdiff
path: root/tests/test_httpexceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_httpexceptions.py')
-rw-r--r--tests/test_httpexceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_httpexceptions.py b/tests/test_httpexceptions.py
index a246dbaa6..73469778a 100644
--- a/tests/test_httpexceptions.py
+++ b/tests/test_httpexceptions.py
@@ -75,7 +75,7 @@ class Test__no_escape(unittest.TestCase):
def test_unicode(self):
class DummyUnicodeObject:
- def __unicode__(self):
+ def __str__(self):
return text_('42')
duo = DummyUnicodeObject()