X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Ftest.exs;h=6dfa698c834e86a35b37c5df899e69c1ba129f08;hb=54e7087ab412a488f8ad7286aef89d313e5e7b14;hp=412970d93b375ae43873f5560b9327afaea8ebf4;hpb=00835bf6789fdba84979e7df1ac1864fde67a412;p=akkoma diff --git a/config/test.exs b/config/test.exs index 412970d93..6dfa698c8 100644 --- a/config/test.exs +++ b/config/test.exs @@ -44,6 +44,10 @@ config :web_push_encryption, :vapid_details, "BLH1qVhJItRGCfxgTtONfsOKDc9VRAraXw-3NsmjMngWSh7NxOizN6bkuRA7iLTMPS82PjwJAr3UoK9EC1IFrz4", private_key: "_-XZ0iebPrRfZ_o0-IatTdszYa8VCH1yLN-JauK7HHA" +config :web_push_encryption, :http_client, Pleroma.Web.WebPushHttpClientMock + +config :pleroma, Pleroma.Jobs, testing: [max_jobs: 2] + try do import_config "test.secret.exs" rescue