diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-02-10 11:46:16 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-02-10 11:46:16 +0300 |
commit | b95dd5e217e7e1477b53deb9992b65f20b5649ac (patch) | |
tree | 29e00467ec3f7768ce0716cf55f87017f5c1cec9 /test/fixtures/mastodon-post-activity.json | |
parent | 24e49d14f287b0daf8c2977f2228be09139e4bf3 (diff) | |
download | pleroma-b95dd5e217e7e1477b53deb9992b65f20b5649ac.tar.gz pleroma-b95dd5e217e7e1477b53deb9992b65f20b5649ac.zip |
[#1505] Improved replies-handling tests: updated Mastodon message fixture, used exact Pleroma federation message.
Diffstat (limited to 'test/fixtures/mastodon-post-activity.json')
-rw-r--r-- | test/fixtures/mastodon-post-activity.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/fixtures/mastodon-post-activity.json b/test/fixtures/mastodon-post-activity.json index b91263431..5c3d22722 100644 --- a/test/fixtures/mastodon-post-activity.json +++ b/test/fixtures/mastodon-post-activity.json @@ -35,6 +35,19 @@ "inReplyTo": null, "inReplyToAtomUri": null, "published": "2018-02-12T14:08:20Z", + "replies": { + "id": "http://mastodon.example.org/users/admin/statuses/99512778738411822/replies", + "type": "Collection", + "first": { + "type": "CollectionPage", + "next": "http://mastodon.example.org/users/admin/statuses/99512778738411822/replies?min_id=99512778738411824&page=true", + "partOf": "http://mastodon.example.org/users/admin/statuses/99512778738411822/replies", + "items": [ + "http://mastodon.example.org/users/admin/statuses/99512778738411823", + "http://mastodon.example.org/users/admin/statuses/99512778738411824" + ] + } + }, "sensitive": true, "summary": "cw", "tag": [ |