From 8ce83c115ccd2010a4d5068d0483c753527ceade Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Sun, 25 Mar 2018 19:49:07 +0200 Subject: [PATCH] mirrors: remove duplicate test --- mirrors/tests/test_mirrorlist.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mirrors/tests/test_mirrorlist.py b/mirrors/tests/test_mirrorlist.py index b382b834..5590a966 100644 --- a/mirrors/tests/test_mirrorlist.py +++ b/mirrors/tests/test_mirrorlist.py @@ -14,10 +14,6 @@ def test_mirrorlist(self): response = self.client.get('/mirrorlist/') self.assertEqual(response.status_code, 200) - def test_mirrorlist(self): - response = self.client.get('/mirrorlist/') - self.assertEqual(response.status_code, 200) - def test_mirrorlist_all(self): response = self.client.get('/mirrorlist/all/') self.assertEqual(response.status_code, 200)