logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: ba234d3c73ee6d6e96150928d0853c51783abd1d
parent 94e51808461cd5a6148c6782159fa3f0ecc14638
Author: Mark Felder <feld@feld.me>
Date:   Wed, 13 Jan 2021 12:01:01 -0600

Unnecessary duplication here

Diffstat:

Mtest/pleroma/uploaders/s3_test.exs2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/test/pleroma/uploaders/s3_test.exs b/test/pleroma/uploaders/s3_test.exs @@ -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"}