mix format
Some checks failed
ci/woodpecker/pr/docs Pipeline was successful
ci/woodpecker/pr/release Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/test Pipeline failed
Some checks failed
ci/woodpecker/pr/docs Pipeline was successful
ci/woodpecker/pr/release Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/test Pipeline failed
This commit is contained in:
parent
f2c7502a0a
commit
de90472d54
1 changed files with 4 additions and 1 deletions
|
@ -290,6 +290,7 @@ test "publish to url with with different ports" do
|
|||
user: actor,
|
||||
recipients: [follower.ap_id]
|
||||
)
|
||||
|
||||
public_note_activity =
|
||||
insert(:note_activity,
|
||||
user: actor,
|
||||
|
@ -309,6 +310,7 @@ test "publish to url with with different ports" do
|
|||
id: note_activity.data["id"]
|
||||
})
|
||||
)
|
||||
|
||||
assert not called(
|
||||
Pleroma.Web.Federator.Publisher.enqueue_one(Publisher, %{
|
||||
inbox: "https://domain.com/users/nick1/inbox",
|
||||
|
@ -360,6 +362,7 @@ test "publish to url with with different ports" do
|
|||
[:passthrough],
|
||||
[] do
|
||||
Config.put([:instance, :quarantined_instances], [])
|
||||
|
||||
follower =
|
||||
insert(:user, %{
|
||||
local: false,
|
||||
|
|
Loading…
Reference in a new issue