From: rinpatch <rinpatch@sdf.org>
Date: Fri, 7 Jun 2019 17:48:25 +0000 (+0300)
Subject: replace missing mock with a 404
X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=dffc9f060adf43a4faaa5790dc8a01b3d7cb5e34;p=akkoma

replace missing mock with a 404
---

diff --git a/test/web/activity_pub/transmogrifier_test.exs b/test/web/activity_pub/transmogrifier_test.exs
index 26e8d60fe..cc1781403 100644
--- a/test/web/activity_pub/transmogrifier_test.exs
+++ b/test/web/activity_pub/transmogrifier_test.exs
@@ -67,7 +67,7 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do
 
       object =
         data["object"]
-        |> Map.put("inReplyTo", "https://nonexistent.space/whatever")
+        |> Map.put("inReplyTo", "https://404.site/whatever")
 
       data =
         data