diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-04-20 17:47:33 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-04-20 17:47:33 +0200 |
commit | 1b9cc721a0d49d786b4864c2b8aceaf49b9ff088 (patch) | |
tree | 679fe5735558078aec07082884587aaf1a20a4a9 /test/web/ostatus/feed_representer_test.exs | |
parent | 5e7ceeba94c179b5ffe98d1bb1115a2e0af196e2 (diff) | |
download | pleroma-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.exs | 2 |
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> |