From aa1bd99d69a66ed2b931c864305b45664256cf69 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 12 Oct 2020 01:07:53 +0100 Subject: Fix linting in tests file --- pydis_site/apps/home/tests/test_views.py | 1 + 1 file changed, 1 insertion(+) 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.""" -- cgit v1.2.3