1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-09 15:30:18 +02:00
This commit is contained in:
Yohann D'ANELLO
2020-11-02 18:25:32 +01:00
parent 25756fb2ef
commit 4181742133
3 changed files with 59 additions and 51 deletions

View File

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