create single outgoing tests file
This commit is contained in:
52
bookwyrm/tests/data/ap_generated_shelve_note.json
Normal file
52
bookwyrm/tests/data/ap_generated_shelve_note.json
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"id": "https://example.com/users/rat/generatednote/2567/activity",
|
||||
"type": "Create",
|
||||
"actor": "https://example.com/users/rat",
|
||||
"object": {
|
||||
"id": "https://example.com/users/rat/generatednote/2567",
|
||||
"type": "GeneratedNote",
|
||||
"url": null,
|
||||
"inReplyTo": null,
|
||||
"published": "2020-12-16T01:45:19.662734+00:00",
|
||||
"attributedTo": "https://example.com/users/rat",
|
||||
"to": [
|
||||
"https://www.w3.org/ns/activitystreams#Public"
|
||||
],
|
||||
"cc": [
|
||||
"https://example.com/users/rat/followers"
|
||||
],
|
||||
"content": "wants to read",
|
||||
"replies": {
|
||||
"id": "https://example.com/users/rat/generatednote/2567/replies",
|
||||
"type": "OrderedCollection",
|
||||
"totalItems": 0,
|
||||
"first": "https://example.com/users/rat/generatednote/2567/replies?page=true",
|
||||
"last": "https://example.com/users/rat/generatednote/2567/replies?page=true",
|
||||
"name": "",
|
||||
"@context": "https://www.w3.org/ns/activitystreams"
|
||||
},
|
||||
"tag": [
|
||||
{
|
||||
"href": "https://bookwyrm.social/book/37292",
|
||||
"name": "Female Husbands",
|
||||
"type": "Book"
|
||||
}
|
||||
],
|
||||
"attachment": [],
|
||||
"sensitive": false,
|
||||
"@context": "https://www.w3.org/ns/activitystreams"
|
||||
},
|
||||
"to": [
|
||||
"https://example.com/users/rat/followers"
|
||||
],
|
||||
"cc": [
|
||||
"https://www.w3.org/ns/activitystreams#Public"
|
||||
],
|
||||
"signature": {
|
||||
"creator": "https://example.com/users/rat#main-key",
|
||||
"created": "2020-12-16T01:45:19.662734+00:00",
|
||||
"signatureValue": "R+W8nN1CQAlREjSUeaQwJXZrXTOOLvpHQi9n/3vd8QKq+l6HJEpu7eAht9fjpk8YOKEgV3OUQ7w3E42wM4t+sFiaPoQjY6Xy9IOvx/2LcOZjSOtTkiZ1XnnVb3DSbl8BOBH02+cPvoR6k4LIPHm2IHYZ1UL02WdDWaicHEwl7bw=",
|
||||
"type": "RsaSignature2017"
|
||||
},
|
||||
"@context": "https://www.w3.org/ns/activitystreams"
|
||||
}
|
Reference in New Issue
Block a user