diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-04-30 12:53:49 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-04-30 12:53:49 +0200 |
commit | f9912599c4688a8609bd3500e0548eb2bf06c4a9 (patch) | |
tree | 579111228b03115102fd1c786e8cfa1c2c6c5feb /test/web/websub/websub_test.exs | |
parent | 18edc299b262974d3acb9d6f9c3758629b2c0968 (diff) | |
download | pleroma-f9912599c4688a8609bd3500e0548eb2bf06c4a9.tar.gz |
Pull in remote avatar on federation.
Diffstat (limited to 'test/web/websub/websub_test.exs')
-rw-r--r-- | test/web/websub/websub_test.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/web/websub/websub_test.exs b/test/web/websub/websub_test.exs index e0d71e16d..ad312cd25 100644 --- a/test/web/websub/websub_test.exs +++ b/test/web/websub/websub_test.exs @@ -119,7 +119,8 @@ defmodule Pleroma.Web.WebsubTest do uri: "https://mastodon.social/users/lambadalambda", nickname: "lambadalambda", name: "Critical Value", - host: "mastodon.social" + host: "mastodon.social", + avatar: %{"type" => "Image", "url" => [%{"href" => "https://files.mastodon.social/accounts/avatars/000/000/264/original/1429214160519.gif?1492379244", "mediaType" => "image/gif", "type" => "Link"}]} } assert expected == discovered |