Switch to a build of Majic that does not try to fix extensions by default

This commit is contained in:
Mark Felder 2021-01-28 14:03:29 -06:00
commit 9272cef500
3 changed files with 4 additions and 4 deletions

View file

@ -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 =