Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 9, 2017
1 parent 4c60d82 commit 318d972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/testbrowser/tests/test_wsgi.py
Expand Up @@ -179,7 +179,7 @@ def test_allowed_domains(self):
self.assertTrue(browser.contents.startswith('Hello world!\n'))

def test_handle_errors(self):
# http://wsgi.org/wsgi/Specifications/throw_errors
# http://wsgi.readthedocs.io/en/latest/specifications/throw_errors.html
app = WSGITestApplication()
browser = zope.testbrowser.wsgi.Browser(wsgi_app=app)
browser.open('http://localhost/echo_one.html'
Expand Down

0 comments on commit 318d972

Please sign in to comment.