summaryrefslogtreecommitdiff
path: root/test/upload
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-07-21 16:25:45 -0500
committerMark Felder <feld@FreeBSD.org>2020-07-21 16:25:45 -0500
commit97c60b6a4308b77d0e4956b83a16b88292b62e37 (patch)
treedb496d0f94e00b199be95ee285174f378f512daa /test/upload
parent7ce722ce3e3dbc633324ff0ccaeddc467397ac5e (diff)
parent2b5d9eb10529325aef1b4aab980bd901ba6b0c70 (diff)
downloadpleroma-97c60b6a4308b77d0e4956b83a16b88292b62e37.tar.gz
pleroma-97c60b6a4308b77d0e4956b83a16b88292b62e37.zip
Merge branch 'develop' into fix/pleroma-api-emoji-packs
Diffstat (limited to 'test/upload')
-rw-r--r--test/upload/filter/anonymize_filename_test.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/upload/filter/anonymize_filename_test.exs b/test/upload/filter/anonymize_filename_test.exs
index 2d5c580f1..adff70f57 100644
--- a/test/upload/filter/anonymize_filename_test.exs
+++ b/test/upload/filter/anonymize_filename_test.exs
@@ -9,6 +9,8 @@ defmodule Pleroma.Upload.Filter.AnonymizeFilenameTest do
alias Pleroma.Upload
setup do
+ File.cp!("test/fixtures/image.jpg", "test/fixtures/image_tmp.jpg")
+
upload_file = %Upload{
name: "an… image.jpg",
content_type: "image/jpg",