aboutsummaryrefslogtreecommitdiff
path: root/test/web/ostatus/feed_representer_test.exs
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-04-24 18:46:34 +0200
committerRoger Braun <roger@rogerbraun.net>2017-04-24 18:46:34 +0200
commitab0114fbaabd28d1e1a6961f6bfbd683f3e7fbbc (patch)
tree9a407e20ae91244fc5401f6d603bee022082d2ee /test/web/ostatus/feed_representer_test.exs
parent34d3aea92f1bce7ba51a44ef1fdc68e47822c3a4 (diff)
downloadpleroma-ab0114fbaabd28d1e1a6961f6bfbd683f3e7fbbc.tar.gz
Return salmon path for users, basic incoming salmon handling.
Diffstat (limited to 'test/web/ostatus/feed_representer_test.exs')
-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 9a02d8c16..13cdeb79d 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="salmon" href="#{OStatus.salmon_path(user)}" />
<link rel="self" href="#{OStatus.feed_path(user)}" />
<author>
#{user_xml}