From b4de57be327a480da0e651d6539cd1f181e24d23 Mon Sep 17 00:00:00 2001 From: Malene Lundemo Date: Tue, 1 Apr 2025 14:52:52 +0200 Subject: [PATCH] Update test_special_value_file_format.py --- backend/tests/test_special_value_file_format.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/tests/test_special_value_file_format.py b/backend/tests/test_special_value_file_format.py index 749202b..9ecf204 100644 --- a/backend/tests/test_special_value_file_format.py +++ b/backend/tests/test_special_value_file_format.py @@ -1,6 +1,8 @@ """ TC_004 - Special value test for uploading a valid and invalid file to a workout. """ +from django.test import TestCase + def test_file_upload_special_value(self): # Creates a PDF-file pdf_file = SimpleUploadedFile("pdf_file.pdf")