From 56193dbecfb6c5209a08b8992f9878aca23603f2 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Sun, 27 Sep 2020 15:18:45 +0200 Subject: [PATCH] Fix tests --- apps/participation/tests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/participation/tests.py b/apps/participation/tests.py index d7c0ca8..1a489f1 100644 --- a/apps/participation/tests.py +++ b/apps/participation/tests.py @@ -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"))