Stream follow updates
[akkoma] / test / pleroma / web / mastodon_api / views / scheduled_activity_view_test.exs
index fbfd873effc817ef0dca6ff9173e5b3a1cb41349..04f73f5a015aff6e56d6f37a63225786cd4cef38 100644 (file)
@@ -22,7 +22,7 @@ defmodule Pleroma.Web.MastodonAPI.ScheduledActivityViewTest do
       |> NaiveDateTime.to_iso8601()
 
     file = %Plug.Upload{
-      content_type: "image/jpg",
+      content_type: "image/jpeg",
       path: Path.absname("test/fixtures/image.jpg"),
       filename: "an_image.jpg"
     }