diff options
author | Mark Felder <feld@feld.me> | 2021-01-28 14:03:29 -0600 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-01-28 14:03:29 -0600 |
commit | 9272cef500308862d0d86be329bad7f41c66d4ad (patch) | |
tree | 6c982ce534852ba5d532357dcc9a5ab7b0b7a2ae /test | |
parent | 7f0787163999fc0ac0c6fcfd0c13f80c5a55266d (diff) | |
download | pleroma-9272cef500308862d0d86be329bad7f41c66d4ad.tar.gz |
Switch to a build of Majic that does not try to fix extensions by default
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/activity_pub/activity_pub_controller_test.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pleroma/web/activity_pub/activity_pub_controller_test.exs b/test/pleroma/web/activity_pub/activity_pub_controller_test.exs index f7417de31..91a3109bb 100644 --- a/test/pleroma/web/activity_pub/activity_pub_controller_test.exs +++ b/test/pleroma/web/activity_pub/activity_pub_controller_test.exs @@ -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 = |