forked from AkkomaGang/akkoma
{:error, :enoent} s3 fix
s3 tests were executed before temp file was uploaded
This commit is contained in:
parent
3210e939bf
commit
4ba913d641
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ test "it returns path with bucket namespace when namespace is set" do
|
||||||
name: "image-tet.jpg",
|
name: "image-tet.jpg",
|
||||||
content_type: "image/jpg",
|
content_type: "image/jpg",
|
||||||
path: "test_folder/image-tet.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]
|
[file_upload: file_upload]
|
||||||
|
|
Loading…
Reference in a new issue