diff options
| author | William Pitcock <nenolod@dereferenced.org> | 2018-11-17 17:42:47 +0000 |
|---|---|---|
| committer | William Pitcock <nenolod@dereferenced.org> | 2018-11-17 18:11:17 +0000 |
| commit | 010fcb73d7e308c15b3f2c10fa27bd49d25d56cf (patch) | |
| tree | 5ae772c61fe6069903da04e07009ec5d2432bac5 /test/fixtures/httpoison_mock/https__info.pleroma.site_activity2.json | |
| parent | 05967472f296fc782c15f0d8ebbeaeadb03b0f8c (diff) | |
| download | pleroma-010fcb73d7e308c15b3f2c10fa27bd49d25d56cf.tar.gz pleroma-010fcb73d7e308c15b3f2c10fa27bd49d25d56cf.zip | |
test: httpoison mock: add second spoofing activity test
Diffstat (limited to 'test/fixtures/httpoison_mock/https__info.pleroma.site_activity2.json')
| -rw-r--r-- | test/fixtures/httpoison_mock/https__info.pleroma.site_activity2.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/fixtures/httpoison_mock/https__info.pleroma.site_activity2.json b/test/fixtures/httpoison_mock/https__info.pleroma.site_activity2.json new file mode 100644 index 000000000..8ce35958d --- /dev/null +++ b/test/fixtures/httpoison_mock/https__info.pleroma.site_activity2.json @@ -0,0 +1,14 @@ +{ + "@context": "https://www.w3.org/ns/activitystreams", + "attributedTo": "https://info.pleroma.site/actor.json", + "attachment": [], + "actor": "https://mastodon.example.org/users/admin", + "content": "<p>this post was not actually written by Haelwenn</p>", + "id": "https://info.pleroma.site/activity2.json", + "published": "2018-09-01T22:15:00Z", + "tag": [], + "to": [ + "https://www.w3.org/ns/activitystreams#Public" + ], + "type": "Note" +} |
