diff options
author | Ivan Tashkinov <ivant.business@gmail.com> | 2019-06-05 13:02:13 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivant.business@gmail.com> | 2019-06-05 13:02:13 +0300 |
commit | 3eefb274f45e57ad855246cb930a6a094eeffe0e (patch) | |
tree | 9df0f775899a1d66d5a96127807c3d631d2e8f0d /config/test.exs | |
parent | e4babb1c9ff4c28ff08888736cc330a48b19b396 (diff) | |
download | pleroma-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.exs | 2 |
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" |