projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74e4c72
)
Fix associated test as well
author
Mark Felder
<feld@FreeBSD.org>
Thu, 12 Sep 2019 17:29:08 +0000
(12:29 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Thu, 12 Sep 2019 17:29:08 +0000
(12:29 -0500)
test/web/activity_pub/transmogrifier_test.exs
patch
|
blob
|
history
diff --git
a/test/web/activity_pub/transmogrifier_test.exs
b/test/web/activity_pub/transmogrifier_test.exs
index 0661d5d7cf94ea5aa830746be612ac3fb95e084e..bebecce8db941d5f0cf355e17f3ed93d36557031 100644
(file)
--- 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