Merge branch 'issue/2069' into 'develop'
[akkoma] / test / pleroma / web / pleroma_api / controllers / chat_controller_test.exs
index 11d5ba3739def5970ba9875dcd7658ac9b1ba3bf..6381f9757e5f33ff429d51aa7dc8e38754f0c1a9 100644 (file)
@@ -105,7 +105,7 @@ defmodule Pleroma.Web.PleromaAPI.ChatControllerTest do
 
     test "it works with an attachment", %{conn: conn, user: user} do
       file = %Plug.Upload{
-        content_type: "image/jpg",
+        content_type: "image/jpeg",
         path: Path.absname("test/fixtures/image.jpg"),
         filename: "an_image.jpg"
       }