diff options
Diffstat (limited to 'pydis_site/apps')
| -rw-r--r-- | pydis_site/apps/home/tests/test_views.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/pydis_site/apps/home/tests/test_views.py b/pydis_site/apps/home/tests/test_views.py index 6ef4cf30..40c80205 100644 --- a/pydis_site/apps/home/tests/test_views.py +++ b/pydis_site/apps/home/tests/test_views.py @@ -202,6 +202,7 @@ class TestIndexReturns200(TestCase):          resp = self.client.get(url)          self.assertEqual(resp.status_code, 200) +  class TestTimelineReturns200(TestCase):      def test_timeline_returns_200(self):          """Check that the timeline page returns a HTTP 200 response.""" | 
