Add test to fetch and validate an activity that originally failed signature

This commit is contained in:
Mark Felder 2024-07-25 14:33:51 -04:00
commit a964368e31
6 changed files with 492 additions and 3 deletions

View file

@ -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,