Skip to content

Commit

Permalink
Update test_special_value_file_format.py
Browse files Browse the repository at this point in the history
  • Loading branch information
malenelu authored and GitHub Enterprise committed Apr 1, 2025
1 parent 549be02 commit b4de57b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/tests/test_special_value_file_format.py
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit b4de57b

Please sign in to comment.