/api: Fix tests for /api homepage.

This commit is contained in:
Tim Abbott 2018-04-16 16:10:35 -07:00
parent 6782f2b76a
commit e2f8bc9eac
1 changed files with 1 additions and 1 deletions

View File

@ -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')