Merge branch 'develop' into 'cleanup/masto_fe-default_settings'
[akkoma] / test / upload / filter / anonymize_filename_test.exs
index 2d5c580f1ca4b909bd1c8aa814a1249e59a5a5b5..adff70f574272f2a6a682bf27898ada2950f85fb 100644 (file)
@@ -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",