diff options
Diffstat (limited to 'config/test.exs')
-rw-r--r-- | config/test.exs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/test.exs b/config/test.exs index 5d91279a2..04136e1f2 100644 --- a/config/test.exs +++ b/config/test.exs @@ -25,4 +25,6 @@ config :pleroma, Pleroma.Repo, # Reduce hash rounds for testing config :comeonin, :pbkdf2_rounds, 1 -config :pleroma, :websub_verifier, Pleroma.Web.WebsubMock +config :pleroma, :websub, Pleroma.Web.WebsubMock +config :pleroma, :ostatus, Pleroma.Web.OStatusMock +config :pleroma, :httpoison, HTTPoisonMock |