replace missing mock with a 404
authorrinpatch <rinpatch@sdf.org>
Fri, 7 Jun 2019 17:48:25 +0000 (20:48 +0300)
committerrinpatch <rinpatch@sdf.org>
Fri, 7 Jun 2019 17:48:25 +0000 (20:48 +0300)
test/web/activity_pub/transmogrifier_test.exs

index 26e8d60fecf72eb6574c1684fa40bc9890fa07bf..cc17814036ffa742720553e1dfe36d6f008ef093 100644 (file)
@@ -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