summaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-02-03 18:54:39 +0100
committerlain <lain@soykaf.club>2019-02-03 18:54:39 +0100
commite61f0be9518aff867f4c56f5102723eddbcf40f1 (patch)
tree7b1c15e651f47d26bc082f865843f2fab6b62cf6 /config/test.exs
parent505a084058eeeed7d945b43630c97c38cafec656 (diff)
downloadpleroma-e61f0be9518aff867f4c56f5102723eddbcf40f1.tar.gz
pleroma-e61f0be9518aff867f4c56f5102723eddbcf40f1.zip
Unbreak all the tests.
Diffstat (limited to 'config/test.exs')
-rw-r--r--config/test.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/test.exs b/config/test.exs
index 67ed4737f..412970d93 100644
--- a/config/test.exs
+++ b/config/test.exs
@@ -36,6 +36,7 @@ config :pbkdf2_elixir, rounds: 1
config :pleroma, :websub, Pleroma.Web.WebsubMock
config :pleroma, :ostatus, Pleroma.Web.OStatusMock
config :tesla, adapter: Tesla.Mock
+config :pleroma, :rich_media, enabled: false
config :web_push_encryption, :vapid_details,
subject: "mailto:administrator@example.com",