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")
|
@slow("Tests dozens of endpoints, including all our integrations docs")
|
||||||
def test_integration_doc_endpoints(self) -> None:
|
def test_integration_doc_endpoints(self) -> None:
|
||||||
self._test('/integrations/',
|
self._test('/integrations/',
|
||||||
'Over 80 native integrations.',
|
'native integrations.',
|
||||||
extra_strings=[
|
extra_strings=[
|
||||||
'And hundreds more through',
|
'And hundreds more through',
|
||||||
'Hubot',
|
'Hubot',
|
||||||
|
|
Loading…
Reference in New Issue