Test the final refresh behavior of a PollWorker poll_end job
This commit is contained in:
parent
03a6e33b81
commit
5b04c2bf13
2 changed files with 30 additions and 5 deletions
|
|
@ -510,7 +510,8 @@ defmodule Pleroma.Factory do
|
|||
%Pleroma.Activity{
|
||||
data: data,
|
||||
actor: data["actor"],
|
||||
recipients: data["to"]
|
||||
recipients: data["to"],
|
||||
local: user.local
|
||||
}
|
||||
|> Map.merge(attrs)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue