aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2019-09-12 12:29:08 -0500
committerMark Felder <feld@FreeBSD.org>2019-09-12 12:29:08 -0500
commit102eb4455c6285378bf7c25822d82378c7024aa4 (patch)
tree5d43bd4111fed9bde4520fb723f1aef840b42150
parent74e4c72c4a0a079e8e2a245ec9b1d22684baf2e1 (diff)
downloadpleroma-102eb4455c6285378bf7c25822d82378c7024aa4.tar.gz
Fix associated test as well
-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