X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=test%2Fsupport%2Fhttp_request_mock.ex;h=8807c2d14679551e778c3cfe2661cefb6a54aec4;hb=a07310888fa3d46a36f3185ed09da7243921dad4;hp=9e9f1c86c8bf8ea7ba11eb4dc04f493d56fc0926;hpb=3ec1dbd9223aa44205e90967175f07cc532501ab;p=akkoma diff --git a/test/support/http_request_mock.ex b/test/support/http_request_mock.ex index 9e9f1c86c..8807c2d14 100644 --- a/test/support/http_request_mock.ex +++ b/test/support/http_request_mock.ex @@ -924,7 +924,8 @@ defmodule HttpRequestMock do body: File.read!("test/fixtures/users_mock/masto_featured.json") |> String.replace("{{domain}}", "mastodon.social") - |> String.replace("{{nickname}}", "lambadalambda") + |> String.replace("{{nickname}}", "lambadalambda"), + headers: activitypub_object_headers() }} end