aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstwf <steven.fuchs@dockyard.com>2019-10-24 12:48:17 -0400
committerstwf <steven.fuchs@dockyard.com>2019-10-24 12:48:17 -0400
commit5329b361ecb11bde79108f002dff94a3a3beb8ab (patch)
treebd49715aa86110402b66858c0fb67153bbd14fec
parent2ab072f94947ee7ee719eff86f012e6302eeeacd (diff)
downloadpleroma-5329b361ecb11bde79108f002dff94a3a3beb8ab.tar.gz
fix 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 ae56f8494..6f7e1da1f 100644
--- 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