diff options
author | lain <lain@soykaf.club> | 2020-02-11 13:58:36 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-02-11 13:58:36 +0100 |
commit | 24c526a0b18b822ae339a481934bfa66b13bba54 (patch) | |
tree | 11d7c9bb2bf5503b536ee0ab72533974e9a7b21b /test/web/node_info_test.exs | |
parent | 57098713c02363aaee78d519726e6f2975f725d8 (diff) | |
parent | 2f1c61255ff95a1d21a751cb78da3c031ccdd692 (diff) | |
download | pleroma-24c526a0b18b822ae339a481934bfa66b13bba54.tar.gz pleroma-24c526a0b18b822ae339a481934bfa66b13bba54.zip |
Merge remote-tracking branch 'origin/develop' into uguu-uwu-notices-bulge
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 = |