Commit e60bd633 authored by Hanno Schlichting's avatar Hanno Schlichting

Lessen test condition, as the error value is printable at least on my system.

parent b981ec11
......@@ -160,7 +160,7 @@ And the same with unicode error value.
>>> browser.open('http://localhost/test_folder_1_/foo')
Traceback (most recent call last):
...
Unauthorized: <unprintable ... object>
Unauthorized: ...
Handle zExceptions.Unauthorized raised by BaseRequest.traverse. We take the
'WWW-Authenticate' header as a sign that HTTPResponse._unauthorized was called.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment