summaryrefslogtreecommitdiff
path: root/test/web/ostatus/feed_representer_test.exs
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-04-20 17:47:33 +0200
committerRoger Braun <roger@rogerbraun.net>2017-04-20 17:47:33 +0200
commit1b9cc721a0d49d786b4864c2b8aceaf49b9ff088 (patch)
tree679fe5735558078aec07082884587aaf1a20a4a9 /test/web/ostatus/feed_representer_test.exs
parent5e7ceeba94c179b5ffe98d1bb1115a2e0af196e2 (diff)
downloadpleroma-1b9cc721a0d49d786b4864c2b8aceaf49b9ff088.tar.gz
pleroma-1b9cc721a0d49d786b4864c2b8aceaf49b9ff088.zip
Websub controller beginnings.
Diffstat (limited to 'test/web/ostatus/feed_representer_test.exs')
-rw-r--r--test/web/ostatus/feed_representer_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/ostatus/feed_representer_test.exs b/test/web/ostatus/feed_representer_test.exs
index dddc63ebf..3d8eaac6e 100644
--- a/test/web/ostatus/feed_representer_test.exs
+++ b/test/web/ostatus/feed_representer_test.exs
@@ -26,7 +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>
- <link rel="hub" href="#{OStatus.pubsub_path}" />
+ <link rel="hub" href="#{OStatus.pubsub_path(user)}" />
<author>
#{user_xml}
</author>