diff options
author | lain <lain@soykaf.club> | 2020-08-18 14:37:35 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-18 14:37:35 +0200 |
commit | 52a79506c786a1388eeab24892c7b36ee9682977 (patch) | |
tree | 2393c081da5c26c83da1946461aa93458383146b /config/test.exs | |
parent | 757410a17758600514107edd4ed946e4f67fd9a6 (diff) | |
download | pleroma-52a79506c786a1388eeab24892c7b36ee9682977.tar.gz pleroma-52a79506c786a1388eeab24892c7b36ee9682977.zip |
Test config: Default to filename for descriptions
Diffstat (limited to 'config/test.exs')
-rw-r--r-- | config/test.exs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/test.exs b/config/test.exs index 413c7f0b9..f0358e384 100644 --- a/config/test.exs +++ b/config/test.exs @@ -21,7 +21,10 @@ config :logger, :console, config :pleroma, :auth, oauth_consumer_strategies: [] -config :pleroma, Pleroma.Upload, filters: [], link_name: false +config :pleroma, Pleroma.Upload, + filters: [], + link_name: false, + default_description: :filename config :pleroma, Pleroma.Uploaders.Local, uploads: "test/uploads" |