summaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivant.business@gmail.com>2019-06-05 13:02:13 +0300
committerIvan Tashkinov <ivant.business@gmail.com>2019-06-05 13:02:13 +0300
commit3eefb274f45e57ad855246cb930a6a094eeffe0e (patch)
tree9df0f775899a1d66d5a96127807c3d631d2e8f0d /config/test.exs
parente4babb1c9ff4c28ff08888736cc330a48b19b396 (diff)
downloadpleroma-3eefb274f45e57ad855246cb930a6a094eeffe0e.tar.gz
pleroma-3eefb274f45e57ad855246cb930a6a094eeffe0e.zip
OAuth consumer: tests fix, comments, Keycloak config notes.
Diffstat (limited to 'config/test.exs')
-rw-r--r--config/test.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/test.exs b/config/test.exs
index 41cddb9bd..7861b9598 100644
--- a/config/test.exs
+++ b/config/test.exs
@@ -17,6 +17,8 @@ config :pleroma, Pleroma.Captcha,
# Print only warnings and errors during test
config :logger, level: :warn
+config :pleroma, :auth, oauth_consumer_strategies: []
+
config :pleroma, Pleroma.Upload, filters: [], link_name: false
config :pleroma, Pleroma.Uploaders.Local, uploads: "test/uploads"