mirror of https://github.com/zulip/zulip.git
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:
parent
15eaafa50f
commit
ccb8c79edb
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue