docs: Fix tests for error pages.

Without the trailing /, these return a 30x error.
This commit is contained in:
Tim Abbott 2017-06-14 21:21:32 -07:00
parent 2555227cc5
commit 1043cd7a2b
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ class DocPageTest(ZulipTestCase):
])
self._test('/devlogin/', 'Normal users')
self._test('/devtools/', 'Useful development URLs')
self._test('/errors/404', 'Page not found')
self._test('/errors/5xx', 'Internal server error')
self._test('/errors/404/', 'Page not found')
self._test('/errors/5xx/', 'Internal server error')
self._test('/emails/', 'Road Runner invited you to join Zulip')
self._test('/register/', 'Sign up for Zulip')