mirror of https://github.com/zulip/zulip.git
docs: Fix tests for error pages.
Without the trailing /, these return a 30x error.
This commit is contained in:
parent
2555227cc5
commit
1043cd7a2b
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue