Skip to content

Commit

Permalink
Update test_robust_boundary_file_size.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 0f911b3 commit 549be02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/tests/test_robust_boundary_file_size.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""
TC_003 - Robust boundary test for file size above maximum size
"""
from django.test import TestCase

def test_file_size_robust_boundary(self):
# Creates a file with invalid size
invalid_above_file = SimpleUploadedFile("test_above_max.txt", b"x" * (max_size + 1))
Expand Down

0 comments on commit 549be02

Please sign in to comment.