mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	doc tests: Rename test for integration 404s.
The prior name was just strange. This test could really use a better comment explaining its purpose. Also, presumably these pages don't always get 404s, so we should really have the test exercise both conditions.
This commit is contained in:
		| @@ -365,7 +365,7 @@ class DocPageTest(ZulipTestCase): | ||||
|         og_title = '<meta property="og:title" content="Zulip integrations" />' | ||||
|         self._test(url, [og_title, og_description], doc_html_str=True) | ||||
|  | ||||
|     def test_doc_html_str_non_ajax_call(self) -> None: | ||||
|     def test_integration_404s(self) -> None: | ||||
|         # We don't need to test all the pages for 404 | ||||
|         for integration in list(INTEGRATIONS.keys())[5]: | ||||
|             with self.settings(ROOT_DOMAIN_LANDING_PAGE=True): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user