{:error, :enoent} s3 fix

s3 tests were executed before temp file was uploaded
Tento commit je obsažen v:
Alexander Strizhakov 2020-05-08 18:51:16 +03:00
rodič 3210e939bf
revize 4ba913d641
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 022896A53AEF1381

Zobrazit soubor

@ -58,7 +58,7 @@ defmodule Pleroma.Uploaders.S3Test do
name: "image-tet.jpg",
content_type: "image/jpg",
path: "test_folder/image-tet.jpg",
tempfile: Path.absname("test/fixtures/image_tmp.jpg")
tempfile: Path.absname("test/instance_static/add/shortcode.png")
}
[file_upload: file_upload]