mirror of https://github.com/zulip/zulip.git
tests: Fix test_doc_endpoints with reformatted HTML.
This commit is contained in:
parent
d9b10727fa
commit
85caa87492
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue