diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/web/ostatus/activity_representer_test.exs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/web/ostatus/activity_representer_test.exs b/test/web/ostatus/activity_representer_test.exs index b23334d55..ec75fc765 100644 --- a/test/web/ostatus/activity_representer_test.exs +++ b/test/web/ostatus/activity_representer_test.exs @@ -21,7 +21,7 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenterTest do <published>#{note_activity.data["published"]}</published> <updated>#{note_activity.data["published"]}</updated> <ostatus:conversation>#{note_activity.data["context"]}</ostatus:conversation> - <link href="#{note_activity.data["context"]}" rel="ostatus:conversation" /> + <link ref="#{note_activity.data["context"]}" rel="ostatus:conversation" /> <link type="application/atom+xml" href="#{note_activity.data["object"]["id"]}" rel="self" /> <category term="2hu"/> <link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/> @@ -54,7 +54,7 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenterTest do <published>#{answer.data["published"]}</published> <updated>#{answer.data["published"]}</updated> <ostatus:conversation>#{answer.data["context"]}</ostatus:conversation> - <link href="#{answer.data["context"]}" rel="ostatus:conversation" /> + <link ref="#{answer.data["context"]}" rel="ostatus:conversation" /> <link type="application/atom+xml" href="#{answer.data["object"]["id"]}" rel="self" /> <category term="2hu"/> <thr:in-reply-to ref="#{note.data["object"]["id"]}" /> @@ -92,7 +92,7 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenterTest do <published>#{announce.data["published"]}</published> <updated>#{announce.data["published"]}</updated> <ostatus:conversation>#{announce.data["context"]}</ostatus:conversation> - <link href="#{announce.data["context"]}" rel="ostatus:conversation" /> + <link ref="#{announce.data["context"]}" rel="ostatus:conversation" /> <link rel="self" type="application/atom+xml" href="#{announce.data["id"]}"/> <activity:object> #{note_xml} @@ -129,7 +129,7 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenterTest do <id>#{note.data["id"]}</id> </activity:object> <ostatus:conversation>#{like.data["context"]}</ostatus:conversation> - <link href="#{like.data["context"]}" rel="ostatus:conversation" /> + <link ref="#{like.data["context"]}" rel="ostatus:conversation" /> <link rel="self" type="application/atom+xml" href="#{like.data["id"]}"/> <thr:in-reply-to ref="#{note.data["id"]}" /> <link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/person" href="#{note.data["actor"]}"/> |