finland-emojis.zip -> emojis.zip
This commit is contained in:
parent
72d2b34d3b
commit
8e4f043ac7
4 changed files with 6 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue