diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-04-28 15:45:10 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-04-28 15:45:10 +0200 |
commit | 1422e7aa84a897c6026e9dcd26b7d5955050687a (patch) | |
tree | 0caf315062518e60cbbd5ffa302a9306f789f29d /config/test.exs | |
parent | 451d18af63fcf97f0d9621e5bfe296e1f18a0312 (diff) | |
download | pleroma-1422e7aa84a897c6026e9dcd26b7d5955050687a.tar.gz pleroma-1422e7aa84a897c6026e9dcd26b7d5955050687a.zip |
Handle incoming websub subscriptions.
Diffstat (limited to 'config/test.exs')
-rw-r--r-- | config/test.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/test.exs b/config/test.exs index 5d91279a2..85b6ad26b 100644 --- a/config/test.exs +++ b/config/test.exs @@ -25,4 +25,5 @@ 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 |