diff options
author | rinpatch <rinpatch@sdf.org> | 2020-02-11 00:04:06 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-02-11 00:04:06 +0000 |
commit | 94e5ca11054567e0edc15ef3a350f02c386d3ead (patch) | |
tree | 36f42f1532c76e44d3959e368a046bff474aea3b /test/web/node_info_test.exs | |
parent | a7287e2e3a9291469c489a5a1df26480fdeab3a3 (diff) | |
parent | 6813c0302c2b665d337d5f5831d2df6312b6b277 (diff) | |
download | pleroma-94e5ca11054567e0edc15ef3a350f02c386d3ead.tar.gz pleroma-94e5ca11054567e0edc15ef3a350f02c386d3ead.zip |
Merge branch 'issue/1383' into 'develop'
[#1383] Switch periodic jobs from quantum to oban
See merge request pleroma/pleroma!2015
Diffstat (limited to 'test/web/node_info_test.exs')
-rw-r--r-- | test/web/node_info_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/node_info_test.exs b/test/web/node_info_test.exs index 9a574a38d..39dd72cec 100644 --- a/test/web/node_info_test.exs +++ b/test/web/node_info_test.exs @@ -6,6 +6,7 @@ defmodule Pleroma.Web.NodeInfoTest do use Pleroma.Web.ConnCase import Pleroma.Factory + clear_config([:mrf_simple]) test "GET /.well-known/nodeinfo", %{conn: conn} do links = |