projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2ab072f
)
fix test
author
stwf
<steven.fuchs@dockyard.com>
Thu, 24 Oct 2019 16:48:17 +0000
(12:48 -0400)
committer
stwf
<steven.fuchs@dockyard.com>
Thu, 24 Oct 2019 16:48:17 +0000
(12:48 -0400)
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 ae56f84940d61a0143f9c61a8dd5112e0c0bee93..6f7e1da1f65fc9eea293dd307efba4e0df3bf970 100644
(file)
--- a/
test/web/activity_pub/transmogrifier_test.exs
+++ b/
test/web/activity_pub/transmogrifier_test.exs
@@
-720,7
+720,7
@@
defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do
assert capture_log(fn ->
:error = Transmogrifier.handle_incoming(data)
end) =~
- "[error] Could not decode user at fetch http://mastodon.example.org/users/gargron, {:error,
{:error, :nxdomain}
}"
+ "[error] Could not decode user at fetch http://mastodon.example.org/users/gargron, {:error,
:nxdomain
}"
assert Activity.get_by_id(activity.id)
end