diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-02-11 08:35:26 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-02-11 08:35:26 +0300 |
commit | 58574ef15627dbae8f12ba59fd043c70d287f794 (patch) | |
tree | e0cd96700cfe5b271336dec07570a58961b4f91d /test/web/node_info_test.exs | |
parent | 3830cb538bd3aaee3fc48bc97b57230a558b98cf (diff) | |
parent | 94e5ca11054567e0edc15ef3a350f02c386d3ead (diff) | |
download | pleroma-58574ef15627dbae8f12ba59fd043c70d287f794.tar.gz pleroma-58574ef15627dbae8f12ba59fd043c70d287f794.zip |
Merge branch 'develop' into issue/1276
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 = |