Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie committed May 13, 2024
1 parent c08540f commit d3762e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/tests/test_file_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_parsing(self):
)

memory_file = SimpleUploadedFile("zip_struct1.zip", open(
f"{settings.MEDIA_ROOT}/structures/zip_struct1.zip", "rb").read(), content_type='application/zip')
f"data/{settings.MEDIA_ROOT}/structures/zip_struct1.zip", "rb").read(), content_type='application/zip')

parse_zip(project=project, zip_file=memory_file)

Expand Down

0 comments on commit d3762e4

Please sign in to comment.