Merge branch 'fix/majic-nits' into 'develop'
Majic: don't fix extensions See merge request pleroma/pleroma!3287
This commit is contained in:
commit
d37d4106c6
4 changed files with 5 additions and 4 deletions
|
|
@ -1607,9 +1607,9 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do
|
|||
desc = "Description of the image"
|
||||
|
||||
image = %Plug.Upload{
|
||||
content_type: "bad/content-type",
|
||||
content_type: "image/jpeg",
|
||||
path: Path.absname("test/fixtures/image.jpg"),
|
||||
filename: "an_image.png"
|
||||
filename: "an_image.jpg"
|
||||
}
|
||||
|
||||
object =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue