Unnecessary duplication here

This commit is contained in:
Mark Felder 2021-01-13 12:01:01 -06:00
parent 94e5180846
commit ba234d3c73
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@ defmodule Pleroma.Uploaders.S3Test 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"}