replace missing mock with a 404
This commit is contained in:
parent
d020f68e87
commit
dffc9f060a
@ -67,7 +67,7 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do
|
|||||||
|
|
||||||
object =
|
object =
|
||||||
data["object"]
|
data["object"]
|
||||||
|> Map.put("inReplyTo", "https://nonexistent.space/whatever")
|
|> Map.put("inReplyTo", "https://404.site/whatever")
|
||||||
|
|
||||||
data =
|
data =
|
||||||
data
|
data
|
||||||
|
Loading…
Reference in New Issue
Block a user