mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
test_home: Fix test for /apps/ page.
This commit is contained in:
parent
c9b2ef82c9
commit
3ff199c613
@ -419,7 +419,7 @@ class HomeTest(ZulipTestCase):
|
||||
result = self.client_get('/apps/')
|
||||
self.assertEqual(result.status_code, 200)
|
||||
html = result.content.decode('utf-8')
|
||||
self.assertIn('Appsolutely', html)
|
||||
self.assertIn('Apps for every platform.', html)
|
||||
|
||||
def test_generate_204(self):
|
||||
# type: () -> None
|
||||
|
||||
Loading…
Reference in New Issue
Block a user