aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_exceptions.py')
-rw-r--r--test/test_exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_exceptions.py b/test/test_exceptions.py
index e64afc2..22f879d 100644
--- a/test/test_exceptions.py
+++ b/test/test_exceptions.py
@@ -137,7 +137,7 @@ ${foobar}
try:
raise RuntimeError("error 2")
except:
- html_error = exceptions.html_error_template().render(error=t, traceback=tback)
+ html_error = exceptions.html_error_template().render_unicode(error=t, traceback=tback)
# obfuscate the text so that this text
# isn't in the 'wrong' exception