X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Ftest.exs;h=9b737d4d7e3960588d74819f8e2fa423d3077d72;hb=c2ad9fd5f93b8bbbea19089eb8a2456eb207ff18;hp=df512b5d7c59f5422173d6c07dd1de4b67b3096e;hpb=d4ed3a35b8aa34cd968113970bbab445eb251703;p=akkoma diff --git a/config/test.exs b/config/test.exs index df512b5d7..9b737d4d7 100644 --- a/config/test.exs +++ b/config/test.exs @@ -15,7 +15,9 @@ config :pleroma, Pleroma.Captcha, method: Pleroma.Captcha.Mock # Print only warnings and errors during test -config :logger, level: :warn +config :logger, :console, + level: :warn, + format: "\n[$level] $message\n" config :pleroma, :auth, oauth_consumer_strategies: [] @@ -30,7 +32,8 @@ config :pleroma, :instance, notify_email: "noreply@example.com", skip_thread_containment: false, federating: false, - external_user_synchronization: false + external_user_synchronization: false, + static_dir: "test/instance_static/" config :pleroma, :activitypub, sign_object_fetches: false