diff options
author | 2020-10-12 01:07:53 +0100 | |
---|---|---|
committer | 2020-10-12 01:07:53 +0100 | |
commit | aa1bd99d69a66ed2b931c864305b45664256cf69 (patch) | |
tree | 1ff7fa0deb2eff739a0a8ccaff7fe3d777c431aa /pydis_site | |
parent | Add unit test for timeline page (diff) |
Fix linting in tests file
Diffstat (limited to 'pydis_site')
-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.""" |