Skip to content

Commit

Permalink
Merge branch 'development' of github.com:SELab-2/UGent-7 into help
Browse files Browse the repository at this point in the history
  • Loading branch information
tyboro2002 committed May 13, 2024
2 parents 2a95249 + d3762e4 commit d2a2259
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 d2a2259

Please sign in to comment.