Update majic & call plug before OpenApiSpex
[akkoma] / test / web / activity_pub / object_validator_test.exs
index 31224abe0b99f45a2eaea72780b77a49f8bad957..ee1e1bcfe9e05fbaa9cf8428a3c7f9c5eb60607f 100644 (file)
@@ -58,7 +58,7 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidatorTest do
       user = insert(:user)
 
       file = %Plug.Upload{
-        content_type: "image/jpg",
+        content_type: "image/jpeg",
         path: Path.absname("test/fixtures/image.jpg"),
         filename: "an_image.jpg"
       }