diff options
author | Roger Braun <roger@rogerbraun.net> | 2018-01-30 12:17:01 +0100 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2018-01-30 12:17:01 +0100 |
commit | 1bb3ba02f398ff5ab94a8ddcc038db20b6474c0e (patch) | |
tree | 1ce91221272635c2a3dae117a1030be66f0a3677 | |
parent | cefb6cfea191c7a416b59d6f8e4d1f45acff4332 (diff) | |
download | pleroma-1bb3ba02f398ff5ab94a8ddcc038db20b6474c0e.tar.gz |
Fix specs.
-rw-r--r-- | test/web/ostatus/feed_representer_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/ostatus/feed_representer_test.exs b/test/web/ostatus/feed_representer_test.exs index df5a964e2..e10936366 100644 --- a/test/web/ostatus/feed_representer_test.exs +++ b/test/web/ostatus/feed_representer_test.exs @@ -26,6 +26,7 @@ defmodule Pleroma.Web.OStatus.FeedRepresenterTest do <id>#{OStatus.feed_path(user)}</id> <title>#{user.nickname}'s timeline</title> <updated>#{most_recent_update}</updated> + <logo>#{User.avatar_url(user)}</logo> <link rel="hub" href="#{OStatus.pubsub_path(user)}" /> <link rel="salmon" href="#{OStatus.salmon_path(user)}" /> <link rel="self" href="#{OStatus.feed_path(user)}" type="application/atom+xml" /> |