projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94e5180
)
Unnecessary duplication here
author
Mark Felder
<feld@feld.me>
Wed, 13 Jan 2021 18:01:01 +0000
(12:01 -0600)
committer
Mark Felder
<feld@feld.me>
Wed, 13 Jan 2021 18:01:01 +0000
(12:01 -0600)
test/pleroma/uploaders/s3_test.exs
patch
|
blob
|
history
diff --git
a/test/pleroma/uploaders/s3_test.exs
b/test/pleroma/uploaders/s3_test.exs
index da3a57163f355f24058d2190e8f6e51eb69975d5..30653aad293ffe0da3481216b0499b696e04ec62 100644
(file)
--- 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"}