Add bucket_namespace to be extra certain truncated_namespace works

This commit is contained in:
Mark Felder 2021-01-20 16:33:00 -06:00
parent 3f88e33a71
commit 9988d9261c
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ defmodule Pleroma.Uploaders.S3Test do
test "it returns path without bucket when truncated_namespace set to ''" do
Config.put([Pleroma.Uploaders.S3],
bucket: "test_bucket",
bucket_namespace: "myaccount",
truncated_namespace: ""
)