aboutsummaryrefslogtreecommitdiff
path: root/test/pleroma/web/push/impl_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/pleroma/web/push/impl_test.exs')
-rw-r--r--test/pleroma/web/push/impl_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/push/impl_test.exs b/test/pleroma/web/push/impl_test.exs
index 6cab46696..7d8cc999a 100644
--- a/test/pleroma/web/push/impl_test.exs
+++ b/test/pleroma/web/push/impl_test.exs
@@ -219,7 +219,7 @@ defmodule Pleroma.Web.Push.ImplTest do
recipient = insert(:user)
file = %Plug.Upload{
- content_type: "image/jpg",
+ content_type: "image/jpeg",
path: Path.absname("test/fixtures/image.jpg"),
filename: "an_image.jpg"
}