diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-07-21 16:25:45 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-07-21 16:25:45 -0500 |
commit | 97c60b6a4308b77d0e4956b83a16b88292b62e37 (patch) | |
tree | db496d0f94e00b199be95ee285174f378f512daa /test/upload | |
parent | 7ce722ce3e3dbc633324ff0ccaeddc467397ac5e (diff) | |
parent | 2b5d9eb10529325aef1b4aab980bd901ba6b0c70 (diff) | |
download | pleroma-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.exs | 2 |
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", |