mirror of
				https://gitlab.com/animath/si/plateforme-corres2math.git
				synced 2025-11-04 10:22:15 +01:00 
			
		
		
		
	Fix tests
This commit is contained in:
		@@ -32,8 +32,6 @@ class TestStudentParticipation(TestCase):
 | 
			
		||||
        # TODO Remove these lines
 | 
			
		||||
        str(self.team)
 | 
			
		||||
        str(self.team.participation)
 | 
			
		||||
        from .models import Video
 | 
			
		||||
        str(Video(participation=self.team.participation))
 | 
			
		||||
 | 
			
		||||
    def test_create_team(self):
 | 
			
		||||
        response = self.client.get(reverse("participation:create_team"))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user