forked from AkkomaGang/akkoma
replace missing mock with a 404
This commit is contained in:
parent
d020f68e87
commit
dffc9f060a
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ test "it does not crash if the object in inReplyTo can't be fetched" 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