summaryrefslogtreecommitdiff
path: root/test/web/ostatus/feed_representer_test.exs
diff options
context:
space:
mode:
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>