aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-10-12 01:07:53 +0100
committerGravatar Joe Banks <[email protected]>2020-10-12 01:07:53 +0100
commitaa1bd99d69a66ed2b931c864305b45664256cf69 (patch)
tree1ff7fa0deb2eff739a0a8ccaff7fe3d777c431aa
parentAdd unit test for timeline page (diff)
Fix linting in tests file
-rw-r--r--pydis_site/apps/home/tests/test_views.py1
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."""