summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2019-09-12 20:21:56 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2019-09-12 20:21:56 +0000
commit51609217c2b153a4b1d3f7ca8064e8da713b7997 (patch)
tree68419ac73d1bf7a9ff5eff78a0ccd0b565a5e182 /test
parent50269e9cacdbb7834c31fc7ad9872b68977e9f10 (diff)
parent102eb4455c6285378bf7c25822d82378c7024aa4 (diff)
downloadpleroma-51609217c2b153a4b1d3f7ca8064e8da713b7997.tar.gz
pleroma-51609217c2b153a4b1d3f7ca8064e8da713b7997.zip
Merge branch 'fix/error-log-double-quotes' into 'develop'
Fix double quotes in error logs See merge request pleroma/pleroma!1656
Diffstat (limited to 'test')
-rw-r--r--test/web/activity_pub/transmogrifier_test.exs2
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 0661d5d7c..bebecce8d 100644
--- a/test/web/activity_pub/transmogrifier_test.exs
+++ b/test/web/activity_pub/transmogrifier_test.exs
@@ -102,7 +102,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) =~ "[error] Couldn't fetch \"https://404.site/whatever\", error: nil"
end
test "it works for incoming notices" do