tests: Fix test_doc_endpoints with reformatted HTML.

This commit is contained in:
Tim Abbott 2017-02-28 14:44:58 -08:00
parent d9b10727fa
commit 85caa87492
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ class DocPageTest(ZulipTestCase):
def test_doc_endpoints(self):
# type: () -> None
self._test('/api/', 'We hear you like APIs')
self._test('/api/endpoints/', 'pre-built API bindings for Python')
self._test('/api/endpoints/', 'pre-built API bindings for')
self._test('/about/', 'Cambridge, Massachusetts')
# Test the i18n version of one of these pages.
self._test('/en/about/', 'Cambridge, Massachusetts')