Fix spec.
authorlain <lain@soykaf.club>
Mon, 12 Feb 2018 07:15:03 +0000 (08:15 +0100)
committerlain <lain@soykaf.club>
Mon, 12 Feb 2018 07:15:03 +0000 (08:15 +0100)
test/web/ostatus/feed_representer_test.exs

index e10936366c19c30bff6fac5e1cf95dc9d58766a8..5b8eabcb9dfadd2c5880e046f50a84bbefdd545b 100644 (file)
@@ -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>