Unnecessary duplication here
This commit is contained in:
parent
94e5180846
commit
ba234d3c73
|
@ -48,8 +48,6 @@ test "it returns path with bucket namespace when namespace is set" do
|
||||||
bucket_namespace: "family"
|
bucket_namespace: "family"
|
||||||
)
|
)
|
||||||
|
|
||||||
Config.put([Pleroma.Upload], base_url: "https://s3.amazonaws.com")
|
|
||||||
|
|
||||||
assert S3.get_file("test_image.jpg") == {
|
assert S3.get_file("test_image.jpg") == {
|
||||||
:ok,
|
:ok,
|
||||||
{:url, "https://s3.amazonaws.com/family:test_bucket/test_image.jpg"}
|
{:url, "https://s3.amazonaws.com/family:test_bucket/test_image.jpg"}
|
||||||
|
|
Loading…
Reference in New Issue