aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-04-22 12:11:36 +0200
committerRoger Braun <roger@rogerbraun.net>2017-04-22 12:11:36 +0200
commit1feb193731881f87efda0dd3c08d554d2ef22971 (patch)
treeb179b137bed75c36614d1c394081de1637978899 /test
parentece85fc8bc18a67079179922cf728786c1c444e6 (diff)
downloadpleroma-1feb193731881f87efda0dd3c08d554d2ef22971.tar.gz
Add rel=self link too feed.
Diffstat (limited to 'test')
-rw-r--r--test/web/ostatus/feed_representer_test.exs1
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 3d8eaac6e..1b0a10030 100644
--- a/test/web/ostatus/feed_representer_test.exs
+++ b/test/web/ostatus/feed_representer_test.exs
@@ -27,6 +27,7 @@ defmodule Pleroma.Web.OStatus.FeedRepresenterTest do
<title>#{user.nickname}'s timeline</title>
<updated>#{most_recent_update}</updated>
<link rel="hub" href="#{OStatus.pubsub_path(user)}" />
+ <link rel="self" href="#{OStatus.feed_path(user)}" />
<author>
#{user_xml}
</author>