diff --git a/zerver/tests/test_docs.py b/zerver/tests/test_docs.py index 93943e33d8..fa9ae66005 100644 --- a/zerver/tests/test_docs.py +++ b/zerver/tests/test_docs.py @@ -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')