diff options
author | lain <lain@soykaf.club> | 2018-02-12 08:15:03 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-02-12 08:15:03 +0100 |
commit | 3c80d9b27764817fcfdc4f7663f36147a9411b61 (patch) | |
tree | e2c8db270a2882c9818e1fba06fa3b3cc7de46b3 | |
parent | a61f21ff4f825bc11b9d1c7c23baa3d2820cd718 (diff) | |
download | pleroma-3c80d9b27764817fcfdc4f7663f36147a9411b61.tar.gz |
Fix spec.
-rw-r--r-- | test/web/ostatus/feed_representer_test.exs | 1 |
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 e10936366..5b8eabcb9 100644 --- a/test/web/ostatus/feed_representer_test.exs +++ b/test/web/ostatus/feed_representer_test.exs @@ -33,6 +33,7 @@ defmodule Pleroma.Web.OStatus.FeedRepresenterTest do <author> #{user_xml} </author> + <link rel="next" href="#{OStatus.feed_path(user)}?max_id=#{note_activity.id}" type="application/atom+xml" /> <entry> #{entry_xml} </entry> |