test_docs: Fix a now-brittle test.

The count of integrations is automatically computed now, so this will
change every time we add 10 more.  Just stop asserting on the number.

Thanks to @hackerkid for spotting the issue.
This commit is contained in:
Greg Price 2018-02-07 13:01:42 -08:00
parent 15eaafa50f
commit ccb8c79edb
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class DocPageTest(ZulipTestCase):
@slow("Tests dozens of endpoints, including all our integrations docs")
def test_integration_doc_endpoints(self) -> None:
self._test('/integrations/',
'Over 80 native integrations.',
'native integrations.',
extra_strings=[
'And hundreds more through',
'Hubot',