Fix #1093: mimetype detection issue that broke transcoding on certain tracks
This commit is contained in:
parent
c1e2f16de1
commit
85bc8d93e8
4 changed files with 34 additions and 6 deletions
|
|
@ -824,6 +824,7 @@ def test_user_can_create_draft_upload(
|
|||
assert upload.source == "upload://test"
|
||||
assert upload.import_reference == "test"
|
||||
assert upload.import_status == "draft"
|
||||
assert upload.mimetype == "audio/ogg"
|
||||
assert upload.track is None
|
||||
m.assert_not_called()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue