forked from AkkomaGang/akkoma
Merge branch 'fix/signed-fetch-inclusion-test' into 'develop'
Fix signed fetch inclusion publisher test See merge request pleroma/pleroma!1676
This commit is contained in:
commit
4397a3fe4a
1 changed files with 2 additions and 2 deletions
|
@ -321,7 +321,7 @@ test "it returns inbox for messages involving single recipients in total" do
|
|||
assert called(
|
||||
Pleroma.Web.Federator.Publisher.enqueue_one(Publisher, %{
|
||||
inbox: "https://domain.com/users/nick1/inbox",
|
||||
actor: actor,
|
||||
actor_id: actor.id,
|
||||
id: delete.data["id"]
|
||||
})
|
||||
)
|
||||
|
@ -329,7 +329,7 @@ test "it returns inbox for messages involving single recipients in total" do
|
|||
assert called(
|
||||
Pleroma.Web.Federator.Publisher.enqueue_one(Publisher, %{
|
||||
inbox: "https://domain2.com/users/nick1/inbox",
|
||||
actor: actor,
|
||||
actor_id: actor.id,
|
||||
id: delete.data["id"]
|
||||
})
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue