diff options
author | stwf <steven.fuchs@dockyard.com> | 2019-10-24 12:48:17 -0400 |
---|---|---|
committer | stwf <steven.fuchs@dockyard.com> | 2019-10-24 12:48:17 -0400 |
commit | 5329b361ecb11bde79108f002dff94a3a3beb8ab (patch) | |
tree | bd49715aa86110402b66858c0fb67153bbd14fec | |
parent | 2ab072f94947ee7ee719eff86f012e6302eeeacd (diff) | |
download | pleroma-5329b361ecb11bde79108f002dff94a3a3beb8ab.tar.gz |
fix test
-rw-r--r-- | test/web/activity_pub/transmogrifier_test.exs | 2 |
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 |