diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-05-18 19:10:51 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-05-18 19:10:51 +0200 |
commit | f972966385b51c149cf1fda0a73c835a1a10604e (patch) | |
tree | 954c4e9c4a01821cabc23df89fc803069c53d160 /test | |
parent | 8e02fa100f9f207253a35fbfd92e6e8f9b585435 (diff) | |
download | pleroma-f972966385b51c149cf1fda0a73c835a1a10604e.tar.gz |
Fix specs.
Diffstat (limited to 'test')
-rw-r--r-- | test/web/ostatus/activity_representer_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/ostatus/activity_representer_test.exs b/test/web/ostatus/activity_representer_test.exs index 7179cfb71..0f011f31c 100644 --- a/test/web/ostatus/activity_representer_test.exs +++ b/test/web/ostatus/activity_representer_test.exs @@ -65,6 +65,7 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenterTest do <ostatus:conversation>#{answer.data["context"]}</ostatus:conversation> <link href="#{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"]}" /> <link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/> """ |