Fix tests

This commit is contained in:
Yohann D'ANELLO 2020-09-27 15:18:45 +02:00
parent ed88c7cf6f
commit 56193dbecf
1 changed files with 0 additions and 2 deletions

View File

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