aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2018-02-12 08:15:03 +0100
committerlain <lain@soykaf.club>2018-02-12 08:15:03 +0100
commit3c80d9b27764817fcfdc4f7663f36147a9411b61 (patch)
treee2c8db270a2882c9818e1fba06fa3b3cc7de46b3
parenta61f21ff4f825bc11b9d1c7c23baa3d2820cd718 (diff)
downloadpleroma-3c80d9b27764817fcfdc4f7663f36147a9411b61.tar.gz
Fix spec.
-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 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>