mirror of https://github.com/zulip/zulip.git
/api: Fix tests for /api homepage.
This commit is contained in:
parent
6782f2b76a
commit
e2f8bc9eac
|
@ -51,7 +51,7 @@ class DocPageTest(ZulipTestCase):
|
|||
|
||||
@slow("Tests dozens of endpoints, including generating lots of emails")
|
||||
def test_doc_endpoints(self) -> None:
|
||||
self._test('/api/', 'We hear you like APIs')
|
||||
self._test('/api/', 'The Zulip API')
|
||||
self._test('/api/api-keys', 'you can use its email and API key')
|
||||
self._test('/api/installation-instructions', 'No download required!')
|
||||
self._test('/api/private-message', 'steal away your hearts')
|
||||
|
|
Loading…
Reference in New Issue