mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-23 15:05:45 +00:00
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 a new issue