summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/tests.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/public/tests.py b/public/tests.py
index 3f0c530..c792343 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)