aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2019-10-14 09:31:08 +0300
committerAriadne Conill <ariadne@dereferenced.org>2019-10-19 23:21:37 +0000
commit189a2889258038ae9372113e5d901f18b7417a82 (patch)
treeceb4c91069b5a1e087ecbef0cfbd306269e601af
parent9694d514371a454d320b0129332c28a4695fd340 (diff)
downloadpleroma-189a2889258038ae9372113e5d901f18b7417a82.tar.gz
fix test
-rw-r--r--test/web/mastodon_api/controllers/status_controller_test.exs3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/web/mastodon_api/controllers/status_controller_test.exs b/test/web/mastodon_api/controllers/status_controller_test.exs
index 7b52abdce..ce964359b 100644
--- a/test/web/mastodon_api/controllers/status_controller_test.exs
+++ b/test/web/mastodon_api/controllers/status_controller_test.exs
@@ -19,6 +19,9 @@ defmodule Pleroma.Web.MastodonAPI.StatusControllerTest do
import Pleroma.Factory
+ clear_config([:instance, :federating])
+ clear_config([:instance, :allow_relay])
+
describe "posting statuses" do
setup do
user = insert(:user)