diff options
Diffstat (limited to 'public/tests.py')
-rw-r--r-- | public/tests.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/public/tests.py b/public/tests.py index 3f0c5308..c792343d 100644 --- a/public/tests.py +++ b/public/tests.py @@ -35,10 +35,6 @@ class PublicTest(TestCase): response = self.client.get('/download/') self.assertEqual(response.status_code, 200) - def test_irc(self): - response = self.client.get('/irc/') - self.assertEqual(response.status_code, 200) - def test_moreforums(self): response = self.client.get('/moreforums/') self.assertEqual(response.status_code, 200) |