diff options
Diffstat (limited to 'test/test_exceptions.py')
-rw-r--r-- | test/test_exceptions.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_exceptions.py b/test/test_exceptions.py index ab2f8e4..6588020 100644 --- a/test/test_exceptions.py +++ b/test/test_exceptions.py @@ -147,10 +147,10 @@ ${foobar} try: raise RuntimeError("error 2") except: - html_error = exceptions.html_error_template().render_unicode(error=t, traceback=tback) + html_error = exceptions.html_error_template().render_unicode(error=v, traceback=tback) # obfuscate the text so that this text # isn't in the 'wrong' exception assert "".join(reversed(")'rab'(oof")) in html_error -
\ No newline at end of file + |