Fix spec.

This commit is contained in:
lain 2018-02-12 08:15:03 +01:00
parent a61f21ff4f
commit 3c80d9b277
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ defmodule Pleroma.Web.OStatus.FeedRepresenterTest do
<author> <author>
#{user_xml} #{user_xml}
</author> </author>
<link rel="next" href="#{OStatus.feed_path(user)}?max_id=#{note_activity.id}" type="application/atom+xml" />
<entry> <entry>
#{entry_xml} #{entry_xml}
</entry> </entry>