mirror of
				https://gitlab.com/animath/si/plateforme-corres2math.git
				synced 2025-11-04 10:22:15 +01:00 
			
		
		
		
	Fix one test
This commit is contained in:
		@@ -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"))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user