mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2024-12-05 01:26:54 +00:00
Fix one test
This commit is contained in:
parent
0dece5abef
commit
4b8ed14180
@ -81,7 +81,7 @@ class TestStudentParticipation(TestCase):
|
||||
response = self.client.post(reverse("participation:join_team"), data=dict(
|
||||
access_code=team.access_code,
|
||||
))
|
||||
self.assertEqual(response.status_code, 200)
|
||||
self.assertEqual(response.status_code, 403)
|
||||
|
||||
def test_no_myteam_redirect_noteam(self):
|
||||
response = self.client.get(reverse("participation:my_team_detail"))
|
||||
|
Loading…
Reference in New Issue
Block a user