Skip to content

Commit

Permalink
change mimetype in testt
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeolson committed Feb 14, 2024
1 parent bbd493b commit ada52b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ def test_content_type(self):
("images/django-logo.png", "image/png"),
("images/classroom.jpeg", "image/jpeg"),
("pdfs/sample.pdf", "application/pdf"),
("ipynbs/Ipynb_example.ipynb", "application/octet-stream"),
("ipynbs/Ipynb_example.ipynb", "application/x-ipynb+json"),
)
for repo_file, content_type in tup:
with self.subTest(repo_file=repo_file):
Expand Down

0 comments on commit ada52b4

Please sign in to comment.