mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-09 15:30:18 +02:00
Linting
This commit is contained in:
@ -113,8 +113,7 @@ class TestStudentParticipation(TestCase):
|
||||
response = self.client.get(reverse("admin:index") + "participation/phase/")
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
response = self.client.get(reverse("admin:index")
|
||||
+ f"participation/phase/1/change/")
|
||||
response = self.client.get(reverse("admin:index") + "participation/phase/1/change/")
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
def test_create_team(self):
|
||||
|
Reference in New Issue
Block a user