X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Ftest.exs;h=6dfa698c834e86a35b37c5df899e69c1ba129f08;hb=773f532b148eb0c9ca1e73c3b4ebaf6aa8337da9;hp=412970d93b375ae43873f5560b9327afaea8ebf4;hpb=89762ad23034668f7440c9fb238dcf270e8c2e59;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