diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-07-13 14:27:25 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-07-13 15:26:30 +0200 |
commit | 2aac92e9e05ba76903795cdddea652d7e444e701 (patch) | |
tree | 15b8e715ea2381b764931c2114ff7e484e419275 /test | |
parent | f918b6f86ddf8e101a9ce22a46694788eb48b5c7 (diff) | |
download | pleroma-2aac92e9e05ba76903795cdddea652d7e444e701.tar.gz |
Transmogrifier.fix_in_reply_to/2: Use warn for non-fatal fail to get replied-to post
Diffstat (limited to 'test')
-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 f7b7d1a9f..fd8e7f24f 100644 --- a/test/web/activity_pub/transmogrifier_test.exs +++ b/test/web/activity_pub/transmogrifier_test.exs @@ -160,7 +160,7 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do assert capture_log(fn -> {:ok, _returned_activity} = Transmogrifier.handle_incoming(data) - end) =~ "[error] Couldn't fetch \"https://404.site/whatever\", error: nil" + end) =~ "[warn] Couldn't fetch \"https://404.site/whatever\", error: nil" end test "it works for incoming notices" do |