test: httpoison mock: add second spoofing activity test
This commit is contained in:
parent
05967472f2
commit
010fcb73d7
3 changed files with 47 additions and 0 deletions
14
test/fixtures/httpoison_mock/https__info.pleroma.site_activity2.json
vendored
Normal file
14
test/fixtures/httpoison_mock/https__info.pleroma.site_activity2.json
vendored
Normal file
|
|
@ -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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue