Merge branch 'features/incoming-create-exists' into 'develop'
[akkoma] / test / web / pleroma_api / controllers / emoji_file_controller_test.exs
index 827a4c3740f14b2930947acef76a80a3cfe12f3e..39b4e1dacd376af4c0608ab72784cc71155e4ccd 100644 (file)
@@ -59,8 +59,8 @@ defmodule Pleroma.Web.PleromaAPI.EmojiFileControllerTest do
         |> post("/api/pleroma/emoji/packs/test_pack/files", %{
           file: %Plug.Upload{
             content_type: "application/zip",
-            filename: "finland-emojis.zip",
-            path: Path.absname("test/fixtures/finland-emojis.zip")
+            filename: "emojis.zip",
+            path: Path.absname("test/fixtures/emojis.zip")
           }
         })
         |> json_response_and_validate_schema(200)