diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-07 20:48:25 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-07 20:48:25 +0300 |
commit | dffc9f060adf43a4faaa5790dc8a01b3d7cb5e34 (patch) | |
tree | 55cd7562dae0b5797b0e82ff73c7a2cd3940017a | |
parent | d020f68e87decca850904b76c9053a4de024be8d (diff) | |
download | pleroma-dffc9f060adf43a4faaa5790dc8a01b3d7cb5e34.tar.gz |
replace missing mock with a 404
-rw-r--r-- | test/web/activity_pub/transmogrifier_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |