remove public post quarantine exception #114
1 changed files with 5 additions and 1 deletions
|
@ -23,7 +23,10 @@ defmodule Pleroma.Web.ActivityPub.PublisherTest do
|
||||||
:ok
|
:ok
|
||||||
end
|
end
|
||||||
|
|
||||||
setup_all do: clear_config([:instance, :federating], true)
|
setup_all do
|
||||||
|
clear_config([:instance, :federating], true)
|
||||||
|
clear_config([:instance, :quarantined_instances], [])
|
||||||
|
end
|
||||||
|
|
||||||
describe "gather_webfinger_links/1" do
|
describe "gather_webfinger_links/1" do
|
||||||
test "it returns links" do
|
test "it returns links" do
|
||||||
|
@ -397,6 +400,7 @@ test "publish to url with with different ports" do
|
||||||
Pleroma.Web.Federator.Publisher,
|
Pleroma.Web.Federator.Publisher,
|
||||||
[:passthrough],
|
[:passthrough],
|
||||||
[] do
|
[] do
|
||||||
|
clear_config([:instance, :quarantined_instances], [])
|
||||||
fetcher =
|
fetcher =
|
||||||
insert(:user,
|
insert(:user,
|
||||||
local: false,
|
local: false,
|
||||||
|
|
Loading…
Reference in a new issue