mirrors: remove duplicate test

This commit is contained in:
Jelle van der Waa 2018-03-25 19:49:07 +02:00
parent 538fc2b626
commit 8ce83c115c

View File

@ -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)