Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
Don't assert the beginning of the HTML error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Sep 8, 2016
1 parent a0b1238 commit 3007412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZServer/ZPublisher/tests/exception_handling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ converts it into zExceptions.NotFound if we are not in debug mode.
>>> browser.open('http://localhost/test_folder_1_/baz')
Traceback (most recent call last):
...
NotFound: <html>
NotFound: ...
...<h2>Site Error</h2>
...<p><strong>Resource not found</strong></p>...
...<p><b>Resource:</b> index_html</p>...
Expand Down

0 comments on commit 3007412

Please sign in to comment.