Add test to fetch and validate an activity that originally failed signature
This commit is contained in:
parent
1b9c887dbb
commit
a964368e31
6 changed files with 492 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ defmodule Pleroma.Workers.ReceiverWorker do
|
|||
# Revert it for the signature validation.
|
||||
req_headers = Enum.into(req_headers, [], &List.to_tuple(&1))
|
||||
|
||||
conn_data = %{
|
||||
conn_data = %Plug.Conn{
|
||||
method: method,
|
||||
params: params,
|
||||
req_headers: req_headers,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue