forked from AkkomaGang/akkoma
Unnecessary duplication here
This commit is contained in:
parent
94e5180846
commit
ba234d3c73
1 changed files with 0 additions and 2 deletions
|
@ -48,8 +48,6 @@ test "it returns path with bucket namespace when namespace is set" do
|
|||
bucket_namespace: "family"
|
||||
)
|
||||
|
||||
Config.put([Pleroma.Upload], base_url: "https://s3.amazonaws.com")
|
||||
|
||||
assert S3.get_file("test_image.jpg") == {
|
||||
:ok,
|
||||
{:url, "https://s3.amazonaws.com/family:test_bucket/test_image.jpg"}
|
||||
|
|
Loading…
Reference in a new issue