aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-13 18:39:56 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-13 18:39:56 +0200
commit5215c2242dd7b87418a7c10781c2b10b35d86f46 (patch)
tree9164c3963424cc149ddd7e61561470f27f5b817a /tests/cassettes/test_follow_with_notify_reblog.yaml
parent0e00fced99976d74e972a3c9ca5b762697840a33 (diff)
downloadmastodon.py-5215c2242dd7b87418a7c10781c2b10b35d86f46.tar.gz
Fix some things in streaming and admin API for 3.3.0 support
Diffstat (limited to 'tests/cassettes/test_follow_with_notify_reblog.yaml')
-rw-r--r--tests/cassettes/test_follow_with_notify_reblog.yaml140
1 files changed, 70 insertions, 70 deletions
diff --git a/tests/cassettes/test_follow_with_notify_reblog.yaml b/tests/cassettes/test_follow_with_notify_reblog.yaml
index d888ea5..f0d3591 100644
--- a/tests/cassettes/test_follow_with_notify_reblog.yaml
+++ b/tests/cassettes/test_follow_with_notify_reblog.yaml
@@ -16,14 +16,14 @@ interactions:
16 uri: http://localhost:3000/api/v1/accounts/verify_credentials 16 uri: http://localhost:3000/api/v1/accounts/verify_credentials
17 response: 17 response:
18 body: 18 body:
19 string: '{"id":"109336898971915318","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@admin","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"noindex":false,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[],"role":{"id":"3","name":"Owner","permissions":"1048575","color":"","highlighted":true}}' 19 string: '{"id":"109337440467895233","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@admin","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"noindex":false,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[],"role":{"id":"3","name":"Owner","permissions":"1048575","color":"","highlighted":true}}'
20 headers: 20 headers:
21 Cache-Control: 21 Cache-Control:
22 - no-store 22 - no-store
23 Content-Security-Policy: 23 Content-Security-Policy:
24 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src 24 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src
25 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000; 25 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000;
26 style-src ''self'' http://localhost:3000 ''nonce-PpqvtJXaM62bsmvHEduQcw==''; 26 style-src ''self'' http://localhost:3000 ''nonce-/uLU2c7mFRj3zWNqUJhpqw=='';
27 media-src ''self'' https: data: http://localhost:3000; frame-src ''self'' 27 media-src ''self'' https: data: http://localhost:3000; frame-src ''self''
28 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self'' 28 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self''
29 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000 29 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000
@@ -33,7 +33,7 @@ interactions:
33 Content-Type: 33 Content-Type:
34 - application/json; charset=utf-8 34 - application/json; charset=utf-8
35 ETag: 35 ETag:
36 - W/"42368453c18e76d233e5f4ac57d3de69" 36 - W/"91cc35ca6300f8fcd18839f0f85f1152"
37 Referrer-Policy: 37 Referrer-Policy:
38 - strict-origin-when-cross-origin 38 - strict-origin-when-cross-origin
39 Transfer-Encoding: 39 Transfer-Encoding:
@@ -49,16 +49,16 @@ interactions:
49 X-Permitted-Cross-Domain-Policies: 49 X-Permitted-Cross-Domain-Policies:
50 - none 50 - none
51 X-Request-Id: 51 X-Request-Id:
52 - 473a5b88-40b4-43fa-ab37-9edf87cffe4f 52 - 59a0179f-f27a-437a-b73a-b08b6a8dd927
53 X-Runtime: 53 X-Runtime:
54 - '0.011431' 54 - '0.012176'
55 X-XSS-Protection: 55 X-XSS-Protection:
56 - 1; mode=block 56 - 1; mode=block
57 status: 57 status:
58 code: 200 58 code: 200
59 message: OK 59 message: OK
60- request: 60- request:
61 body: id=109336898971915318&reblogs=0&notify=1 61 body: id=109337440467895233&reblogs=0&notify=1
62 headers: 62 headers:
63 Accept: 63 Accept:
64 - '*/*' 64 - '*/*'
@@ -75,10 +75,10 @@ interactions:
75 User-Agent: 75 User-Agent:
76 - tests/v311 76 - tests/v311
77 method: POST 77 method: POST
78 uri: http://localhost:3000/api/v1/accounts/109336898971915318/follow 78 uri: http://localhost:3000/api/v1/accounts/109337440467895233/follow
79 response: 79 response:
80 body: 80 body:
81 string: '{"id":"109336898971915318","following":true,"showing_reblogs":false,"notifying":true,"languages":null,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false,"note":"top 81 string: '{"id":"109337440467895233","following":true,"showing_reblogs":false,"notifying":true,"languages":null,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false,"note":"top
82 ebayer gerne wieder"}' 82 ebayer gerne wieder"}'
83 headers: 83 headers:
84 Cache-Control: 84 Cache-Control:
@@ -86,7 +86,7 @@ interactions:
86 Content-Security-Policy: 86 Content-Security-Policy:
87 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src 87 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src
88 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000; 88 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000;
89 style-src ''self'' http://localhost:3000 ''nonce-uhnSXg7wM5KUjx0MhJ+d6Q==''; 89 style-src ''self'' http://localhost:3000 ''nonce-zF62VZVmsaUOtoGp7roPKA=='';
90 media-src ''self'' https: data: http://localhost:3000; frame-src ''self'' 90 media-src ''self'' https: data: http://localhost:3000; frame-src ''self''
91 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self'' 91 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self''
92 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000 92 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000
@@ -96,7 +96,7 @@ interactions:
96 Content-Type: 96 Content-Type:
97 - application/json; charset=utf-8 97 - application/json; charset=utf-8
98 ETag: 98 ETag:
99 - W/"8f179301693f9959f11d7baf2def5923" 99 - W/"0e666604784b71092610a580f2ae86b1"
100 Referrer-Policy: 100 Referrer-Policy:
101 - strict-origin-when-cross-origin 101 - strict-origin-when-cross-origin
102 Transfer-Encoding: 102 Transfer-Encoding:
@@ -116,11 +116,11 @@ interactions:
116 X-RateLimit-Remaining: 116 X-RateLimit-Remaining:
117 - '396' 117 - '396'
118 X-RateLimit-Reset: 118 X-RateLimit-Reset:
119 - '2022-11-14T00:00:00.092312Z' 119 - '2022-11-14T00:00:00.182121Z'
120 X-Request-Id: 120 X-Request-Id:
121 - 68ed00ab-a79d-413c-94b5-27d50dc2c615 121 - 5a5b0ad9-d56b-4183-9ea5-88acdb85f31c
122 X-Runtime: 122 X-Runtime:
123 - '0.029869' 123 - '0.024058'
124 X-XSS-Protection: 124 X-XSS-Protection:
125 - 1; mode=block 125 - 1; mode=block
126 status: 126 status:
@@ -147,16 +147,16 @@ interactions:
147 uri: http://localhost:3000/api/v1/statuses 147 uri: http://localhost:3000/api/v1/statuses
148 response: 148 response:
149 body: 149 body:
150 string: '{"id":"109336902574649822","created_at":"2022-11-13T14:12:13.147Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost:3000/users/mastodonpy_test_2/statuses/109336902574649822","url":"http://localhost:3000/@mastodonpy_test_2/109336902574649822","replies_count":0,"reblogs_count":0,"favourites_count":0,"edited_at":null,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003erootin 150 string: '{"id":"109337443513932360","created_at":"2022-11-13T16:29:47.213Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost:3000/users/mastodonpy_test_2/statuses/109337443513932360","url":"http://localhost:3000/@mastodonpy_test_2/109337443513932360","replies_count":0,"reblogs_count":0,"favourites_count":0,"edited_at":null,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003erootin
151 tooting and shootin\u003c/p\u003e","filtered":[],"reblog":null,"application":{"name":"Mastodon.py 151 tooting and shootin\u003c/p\u003e","filtered":[],"reblog":null,"application":{"name":"Mastodon.py
152 test suite","website":null},"account":{"id":"109336899303466213","username":"mastodonpy_test_2","acct":"mastodonpy_test_2","display_name":"","locked":false,"bot":false,"discoverable":true,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@mastodonpy_test_2","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2022-11-13","noindex":false,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}' 152 test suite","website":null},"account":{"id":"109337440792699713","username":"mastodonpy_test_2","acct":"mastodonpy_test_2","display_name":"","locked":false,"bot":false,"discoverable":true,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@mastodonpy_test_2","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2022-11-13","noindex":false,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'
153 headers: 153 headers:
154 Cache-Control: 154 Cache-Control:
155 - no-store 155 - no-store
156 Content-Security-Policy: 156 Content-Security-Policy:
157 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src 157 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src
158 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000; 158 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000;
159 style-src ''self'' http://localhost:3000 ''nonce-Gtx9Mw1jsjn57WB1HZcnVQ==''; 159 style-src ''self'' http://localhost:3000 ''nonce-V2A2Lutoa07GzgxwlFgNNg=='';
160 media-src ''self'' https: data: http://localhost:3000; frame-src ''self'' 160 media-src ''self'' https: data: http://localhost:3000; frame-src ''self''
161 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self'' 161 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self''
162 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000 162 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000
@@ -166,7 +166,7 @@ interactions:
166 Content-Type: 166 Content-Type:
167 - application/json; charset=utf-8 167 - application/json; charset=utf-8
168 ETag: 168 ETag:
169 - W/"45b5a57b1a9919963f8d19ea54309903" 169 - W/"dfc1ddb39acdd53fa891868d0f16882c"
170 Referrer-Policy: 170 Referrer-Policy:
171 - strict-origin-when-cross-origin 171 - strict-origin-when-cross-origin
172 Transfer-Encoding: 172 Transfer-Encoding:
@@ -186,11 +186,11 @@ interactions:
186 X-RateLimit-Remaining: 186 X-RateLimit-Remaining:
187 - '299' 187 - '299'
188 X-RateLimit-Reset: 188 X-RateLimit-Reset:
189 - '2022-11-13T15:00:00.202610Z' 189 - '2022-11-13T18:00:00.234150Z'
190 X-Request-Id: 190 X-Request-Id:
191 - a94862e7-f849-44cf-853f-fcd19666212d 191 - e233d8e6-cff1-4b52-810b-2186d68cc618
192 X-Runtime: 192 X-Runtime:
193 - '0.105795' 193 - '0.047629'
194 X-XSS-Protection: 194 X-XSS-Protection:
195 - 1; mode=block 195 - 1; mode=block
196 status: 196 status:
@@ -217,16 +217,16 @@ interactions:
217 uri: http://localhost:3000/api/v1/statuses 217 uri: http://localhost:3000/api/v1/statuses
218 response: 218 response:
219 body: 219 body:
220 string: '{"id":"109336902645821145","created_at":"2022-11-13T14:12:14.220Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/admin/statuses/109336902645821145","url":"http://localhost:3000/@admin/109336902645821145","replies_count":0,"reblogs_count":0,"favourites_count":0,"edited_at":null,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003ehorses 220 string: '{"id":"109337443582073240","created_at":"2022-11-13T16:29:48.253Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/admin/statuses/109337443582073240","url":"http://localhost:3000/@admin/109337443582073240","replies_count":0,"reblogs_count":0,"favourites_count":0,"edited_at":null,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003ehorses
221 are not real\u003c/p\u003e","filtered":[],"reblog":null,"application":{"name":"Mastodon.py 221 are not real\u003c/p\u003e","filtered":[],"reblog":null,"application":{"name":"Mastodon.py
222 test suite","website":null},"account":{"id":"109336898971915318","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@admin","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":1,"last_status_at":"2022-11-13","noindex":false,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}' 222 test suite","website":null},"account":{"id":"109337440467895233","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@admin","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":1,"last_status_at":"2022-11-13","noindex":false,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'
223 headers: 223 headers:
224 Cache-Control: 224 Cache-Control:
225 - no-store 225 - no-store
226 Content-Security-Policy: 226 Content-Security-Policy:
227 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src 227 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src
228 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000; 228 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000;
229 style-src ''self'' http://localhost:3000 ''nonce-vWJZO7zEXZPCQssjvSPmog==''; 229 style-src ''self'' http://localhost:3000 ''nonce-co+rSob06zwoqD4A19dR/g=='';
230 media-src ''self'' https: data: http://localhost:3000; frame-src ''self'' 230 media-src ''self'' https: data: http://localhost:3000; frame-src ''self''
231 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self'' 231 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self''
232 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000 232 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000
@@ -236,7 +236,7 @@ interactions:
236 Content-Type: 236 Content-Type:
237 - application/json; charset=utf-8 237 - application/json; charset=utf-8
238 ETag: 238 ETag:
239 - W/"60562ecb2ec4d392f28bb61fa1bd4c8c" 239 - W/"bf7de86d219517af925587cf046017dc"
240 Referrer-Policy: 240 Referrer-Policy:
241 - strict-origin-when-cross-origin 241 - strict-origin-when-cross-origin
242 Transfer-Encoding: 242 Transfer-Encoding:
@@ -256,11 +256,11 @@ interactions:
256 X-RateLimit-Remaining: 256 X-RateLimit-Remaining:
257 - '299' 257 - '299'
258 X-RateLimit-Reset: 258 X-RateLimit-Reset:
259 - '2022-11-13T15:00:00.248466Z' 259 - '2022-11-13T18:00:00.272717Z'
260 X-Request-Id: 260 X-Request-Id:
261 - 2a31cee2-bc1a-42cd-88da-edf0f0d22d19 261 - f1d24b11-0cae-4764-a7ef-968ec689fa36
262 X-Runtime: 262 X-Runtime:
263 - '0.039646' 263 - '0.032673'
264 X-XSS-Protection: 264 X-XSS-Protection:
265 - 1; mode=block 265 - 1; mode=block
266 status: 266 status:
@@ -282,19 +282,19 @@ interactions:
282 User-Agent: 282 User-Agent:
283 - tests/v311 283 - tests/v311
284 method: POST 284 method: POST
285 uri: http://localhost:3000/api/v1/statuses/109336902574649822/reblog 285 uri: http://localhost:3000/api/v1/statuses/109337443513932360/reblog
286 response: 286 response:
287 body: 287 body:
288 string: '{"id":"109336902648957845","created_at":"2022-11-13T14:12:14.268Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost:3000/users/admin/statuses/109336902648957845/activity","url":"http://localhost:3000/users/admin/statuses/109336902648957845/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"edited_at":null,"favourited":false,"reblogged":true,"muted":false,"bookmarked":false,"content":"","filtered":[],"reblog":{"id":"109336902574649822","created_at":"2022-11-13T14:12:13.147Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost:3000/users/mastodonpy_test_2/statuses/109336902574649822","url":"http://localhost:3000/@mastodonpy_test_2/109336902574649822","replies_count":0,"reblogs_count":1,"favourites_count":0,"edited_at":null,"favourited":false,"reblogged":true,"muted":false,"bookmarked":false,"content":"\u003cp\u003erootin 288 string: '{"id":"109337443584751482","created_at":"2022-11-13T16:29:48.293Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost:3000/users/admin/statuses/109337443584751482/activity","url":"http://localhost:3000/users/admin/statuses/109337443584751482/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"edited_at":null,"favourited":false,"reblogged":true,"muted":false,"bookmarked":false,"content":"","filtered":[],"reblog":{"id":"109337443513932360","created_at":"2022-11-13T16:29:47.213Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost:3000/users/mastodonpy_test_2/statuses/109337443513932360","url":"http://localhost:3000/@mastodonpy_test_2/109337443513932360","replies_count":0,"reblogs_count":1,"favourites_count":0,"edited_at":null,"favourited":false,"reblogged":true,"muted":false,"bookmarked":false,"content":"\u003cp\u003erootin
289 tooting and shootin\u003c/p\u003e","filtered":[],"reblog":null,"application":{"name":"Mastodon.py 289 tooting and shootin\u003c/p\u003e","filtered":[],"reblog":null,"application":{"name":"Mastodon.py
290 test suite","website":null},"account":{"id":"109336899303466213","username":"mastodonpy_test_2","acct":"mastodonpy_test_2","display_name":"","locked":false,"bot":false,"discoverable":true,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@mastodonpy_test_2","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2022-11-13","noindex":false,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"109336898971915318","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@admin","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":2,"last_status_at":"2022-11-13","noindex":false,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}' 290 test suite","website":null},"account":{"id":"109337440792699713","username":"mastodonpy_test_2","acct":"mastodonpy_test_2","display_name":"","locked":false,"bot":false,"discoverable":true,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@mastodonpy_test_2","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2022-11-13","noindex":false,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"109337440467895233","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@admin","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":2,"last_status_at":"2022-11-13","noindex":false,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'
291 headers: 291 headers:
292 Cache-Control: 292 Cache-Control:
293 - no-store 293 - no-store
294 Content-Security-Policy: 294 Content-Security-Policy:
295 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src 295 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src
296 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000; 296 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000;
297 style-src ''self'' http://localhost:3000 ''nonce-+cg7aCUhlD82v3hrzo2GNQ==''; 297 style-src ''self'' http://localhost:3000 ''nonce-T/82J3TPqelKBIw8zPwWYA=='';
298 media-src ''self'' https: data: http://localhost:3000; frame-src ''self'' 298 media-src ''self'' https: data: http://localhost:3000; frame-src ''self''
299 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self'' 299 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self''
300 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000 300 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000
@@ -304,7 +304,7 @@ interactions:
304 Content-Type: 304 Content-Type:
305 - application/json; charset=utf-8 305 - application/json; charset=utf-8
306 ETag: 306 ETag:
307 - W/"bc91f02ca2951d036caa2ecdf423037b" 307 - W/"30b599eb97028708b10ed5d459a424ec"
308 Referrer-Policy: 308 Referrer-Policy:
309 - strict-origin-when-cross-origin 309 - strict-origin-when-cross-origin
310 Transfer-Encoding: 310 Transfer-Encoding:
@@ -324,11 +324,11 @@ interactions:
324 X-RateLimit-Remaining: 324 X-RateLimit-Remaining:
325 - '299' 325 - '299'
326 X-RateLimit-Reset: 326 X-RateLimit-Reset:
327 - '2022-11-13T15:00:00.300270Z' 327 - '2022-11-13T18:00:00.327201Z'
328 X-Request-Id: 328 X-Request-Id:
329 - 2f974b7b-d6eb-4a08-a79d-f29158a2a820 329 - 926c0988-a1f6-4cb3-b30a-87b382955ead
330 X-Runtime: 330 X-Runtime:
331 - '0.047932' 331 - '0.050625'
332 X-XSS-Protection: 332 X-XSS-Protection:
333 - 1; mode=block 333 - 1; mode=block
334 status: 334 status:
@@ -351,16 +351,16 @@ interactions:
351 uri: http://localhost:3000/api/v1/notifications 351 uri: http://localhost:3000/api/v1/notifications
352 response: 352 response:
353 body: 353 body:
354 string: '[{"id":"9","type":"status","created_at":"2022-11-13T14:12:14.522Z","account":{"id":"109336898971915318","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@admin","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":2,"last_status_at":"2022-11-13","noindex":false,"emojis":[],"fields":[]},"status":{"id":"109336902645821145","created_at":"2022-11-13T14:12:14.220Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/admin/statuses/109336902645821145","url":"http://localhost:3000/@admin/109336902645821145","replies_count":0,"reblogs_count":0,"favourites_count":0,"edited_at":null,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003ehorses 354 string: '[{"id":"11","type":"status","created_at":"2022-11-13T16:29:48.563Z","account":{"id":"109337440467895233","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@admin","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":2,"last_status_at":"2022-11-13","noindex":false,"emojis":[],"fields":[]},"status":{"id":"109337443582073240","created_at":"2022-11-13T16:29:48.253Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/admin/statuses/109337443582073240","url":"http://localhost:3000/@admin/109337443582073240","replies_count":0,"reblogs_count":0,"favourites_count":0,"edited_at":null,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003ehorses
355 are not real\u003c/p\u003e","filtered":[],"reblog":null,"application":{"name":"Mastodon.py 355 are not real\u003c/p\u003e","filtered":[],"reblog":null,"application":{"name":"Mastodon.py
356 test suite","website":null},"account":{"id":"109336898971915318","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@admin","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":2,"last_status_at":"2022-11-13","noindex":false,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}}]' 356 test suite","website":null},"account":{"id":"109337440467895233","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@admin","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":2,"last_status_at":"2022-11-13","noindex":false,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}}]'
357 headers: 357 headers:
358 Cache-Control: 358 Cache-Control:
359 - no-store 359 - no-store
360 Content-Security-Policy: 360 Content-Security-Policy:
361 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src 361 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src
362 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000; 362 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000;
363 style-src ''self'' http://localhost:3000 ''nonce-4OVZH/f447QM3atyIrOWLg==''; 363 style-src ''self'' http://localhost:3000 ''nonce-AW8RY1LjpyGlgBokjgS0pA=='';
364 media-src ''self'' https: data: http://localhost:3000; frame-src ''self'' 364 media-src ''self'' https: data: http://localhost:3000; frame-src ''self''
365 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self'' 365 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self''
366 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000 366 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000
@@ -370,9 +370,9 @@ interactions:
370 Content-Type: 370 Content-Type:
371 - application/json; charset=utf-8 371 - application/json; charset=utf-8
372 ETag: 372 ETag:
373 - W/"a6c1fb8287aab8a27e6493c068863b37" 373 - W/"ace145c23f708cce7e0b294f530d12fa"
374 Link: 374 Link:
375 - <http://localhost:3000/api/v1/notifications?max_id=9>; rel="next", <http://localhost:3000/api/v1/notifications?min_id=9>; 375 - <http://localhost:3000/api/v1/notifications?max_id=11>; rel="next", <http://localhost:3000/api/v1/notifications?min_id=11>;
376 rel="prev" 376 rel="prev"
377 Referrer-Policy: 377 Referrer-Policy:
378 - strict-origin-when-cross-origin 378 - strict-origin-when-cross-origin
@@ -389,9 +389,9 @@ interactions:
389 X-Permitted-Cross-Domain-Policies: 389 X-Permitted-Cross-Domain-Policies:
390 - none 390 - none
391 X-Request-Id: 391 X-Request-Id:
392 - c2845f18-0fbb-4c84-b7a1-6202a27973ec 392 - 72f4800a-3a4d-4775-8e96-3206c1073c66
393 X-Runtime: 393 X-Runtime:
394 - '0.029694' 394 - '0.031503'
395 X-XSS-Protection: 395 X-XSS-Protection:
396 - 1; mode=block 396 - 1; mode=block
397 status: 397 status:
@@ -414,16 +414,16 @@ interactions:
414 uri: http://localhost:3000/api/v1/timelines/home?local=1 414 uri: http://localhost:3000/api/v1/timelines/home?local=1
415 response: 415 response:
416 body: 416 body:
417 string: '[{"id":"109336902645821145","created_at":"2022-11-13T14:12:14.220Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/admin/statuses/109336902645821145","url":"http://localhost:3000/@admin/109336902645821145","replies_count":0,"reblogs_count":0,"favourites_count":0,"edited_at":null,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003ehorses 417 string: '[{"id":"109337443582073240","created_at":"2022-11-13T16:29:48.253Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/admin/statuses/109337443582073240","url":"http://localhost:3000/@admin/109337443582073240","replies_count":0,"reblogs_count":0,"favourites_count":0,"edited_at":null,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003ehorses
418 are not real\u003c/p\u003e","filtered":[],"reblog":null,"application":{"name":"Mastodon.py 418 are not real\u003c/p\u003e","filtered":[],"reblog":null,"application":{"name":"Mastodon.py
419 test suite","website":null},"account":{"id":"109336898971915318","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@admin","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":2,"last_status_at":"2022-11-13","noindex":false,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]' 419 test suite","website":null},"account":{"id":"109337440467895233","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@admin","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":2,"last_status_at":"2022-11-13","noindex":false,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'
420 headers: 420 headers:
421 Cache-Control: 421 Cache-Control:
422 - no-store 422 - no-store
423 Content-Security-Policy: 423 Content-Security-Policy:
424 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src 424 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src
425 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000; 425 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000;
426 style-src ''self'' http://localhost:3000 ''nonce-cDxGJf2wFfnaHUwdeISt/Q==''; 426 style-src ''self'' http://localhost:3000 ''nonce-i4NHP1Ew6zqG+t8EEYW70Q=='';
427 media-src ''self'' https: data: http://localhost:3000; frame-src ''self'' 427 media-src ''self'' https: data: http://localhost:3000; frame-src ''self''
428 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self'' 428 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self''
429 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000 429 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000
@@ -433,10 +433,10 @@ interactions:
433 Content-Type: 433 Content-Type:
434 - application/json; charset=utf-8 434 - application/json; charset=utf-8
435 ETag: 435 ETag:
436 - W/"3423c5180d0d6dabcc99a7580b0e6073" 436 - W/"414fc99dbc0c124b953cb05c8846df9d"
437 Link: 437 Link:
438 - <http://localhost:3000/api/v1/timelines/home?local=1&max_id=109336902645821145>; 438 - <http://localhost:3000/api/v1/timelines/home?local=1&max_id=109337443582073240>;
439 rel="next", <http://localhost:3000/api/v1/timelines/home?local=1&min_id=109336902645821145>; 439 rel="next", <http://localhost:3000/api/v1/timelines/home?local=1&min_id=109337443582073240>;
440 rel="prev" 440 rel="prev"
441 Referrer-Policy: 441 Referrer-Policy:
442 - strict-origin-when-cross-origin 442 - strict-origin-when-cross-origin
@@ -453,9 +453,9 @@ interactions:
453 X-Permitted-Cross-Domain-Policies: 453 X-Permitted-Cross-Domain-Policies:
454 - none 454 - none
455 X-Request-Id: 455 X-Request-Id:
456 - d3da05c6-e857-422f-9a94-adaef8e16d97 456 - bcfa1f7a-bcf5-4860-abd7-8be64c6f9206
457 X-Runtime: 457 X-Runtime:
458 - '0.022702' 458 - '0.026972'
459 X-XSS-Protection: 459 X-XSS-Protection:
460 - 1; mode=block 460 - 1; mode=block
461 status: 461 status:
@@ -477,10 +477,10 @@ interactions:
477 User-Agent: 477 User-Agent:
478 - tests/v311 478 - tests/v311
479 method: POST 479 method: POST
480 uri: http://localhost:3000/api/v1/accounts/109336898971915318/unfollow 480 uri: http://localhost:3000/api/v1/accounts/109337440467895233/unfollow
481 response: 481 response:
482 body: 482 body:
483 string: '{"id":"109336898971915318","following":false,"showing_reblogs":false,"notifying":false,"languages":null,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false,"note":"top 483 string: '{"id":"109337440467895233","following":false,"showing_reblogs":false,"notifying":false,"languages":null,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false,"note":"top
484 ebayer gerne wieder"}' 484 ebayer gerne wieder"}'
485 headers: 485 headers:
486 Cache-Control: 486 Cache-Control:
@@ -488,7 +488,7 @@ interactions:
488 Content-Security-Policy: 488 Content-Security-Policy:
489 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src 489 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src
490 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000; 490 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000;
491 style-src ''self'' http://localhost:3000 ''nonce-zTaNxpxux35x/E2dvm2BWA==''; 491 style-src ''self'' http://localhost:3000 ''nonce-C1tPA51d90y5ufv7rH6scQ=='';
492 media-src ''self'' https: data: http://localhost:3000; frame-src ''self'' 492 media-src ''self'' https: data: http://localhost:3000; frame-src ''self''
493 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self'' 493 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self''
494 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000 494 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000
@@ -498,7 +498,7 @@ interactions:
498 Content-Type: 498 Content-Type:
499 - application/json; charset=utf-8 499 - application/json; charset=utf-8
500 ETag: 500 ETag:
501 - W/"a58b6931bdf80070edebc5580f3ddc28" 501 - W/"d7e89095e63ccdec6921fcd4a7c80890"
502 Referrer-Policy: 502 Referrer-Policy:
503 - strict-origin-when-cross-origin 503 - strict-origin-when-cross-origin
504 Transfer-Encoding: 504 Transfer-Encoding:
@@ -514,9 +514,9 @@ interactions:
514 X-Permitted-Cross-Domain-Policies: 514 X-Permitted-Cross-Domain-Policies:
515 - none 515 - none
516 X-Request-Id: 516 X-Request-Id:
517 - 6380f3a8-8c5c-4927-83f6-abae72557aef 517 - 422a5124-ede7-497d-915e-c6bf0c8d6ba5
518 X-Runtime: 518 X-Runtime:
519 - '0.026299' 519 - '0.028661'
520 X-XSS-Protection: 520 X-XSS-Protection:
521 - 1; mode=block 521 - 1; mode=block
522 status: 522 status:
@@ -538,19 +538,19 @@ interactions:
538 User-Agent: 538 User-Agent:
539 - tests/v311 539 - tests/v311
540 method: DELETE 540 method: DELETE
541 uri: http://localhost:3000/api/v1/statuses/109336902574649822 541 uri: http://localhost:3000/api/v1/statuses/109337443513932360
542 response: 542 response:
543 body: 543 body:
544 string: '{"id":"109336902574649822","created_at":"2022-11-13T14:12:13.147Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost:3000/users/mastodonpy_test_2/statuses/109336902574649822","url":"http://localhost:3000/@mastodonpy_test_2/109336902574649822","replies_count":0,"reblogs_count":1,"favourites_count":0,"edited_at":null,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"rootin 544 string: '{"id":"109337443513932360","created_at":"2022-11-13T16:29:47.213Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost:3000/users/mastodonpy_test_2/statuses/109337443513932360","url":"http://localhost:3000/@mastodonpy_test_2/109337443513932360","replies_count":0,"reblogs_count":1,"favourites_count":0,"edited_at":null,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"rootin
545 tooting and shootin","filtered":[],"reblog":null,"application":{"name":"Mastodon.py 545 tooting and shootin","filtered":[],"reblog":null,"application":{"name":"Mastodon.py
546 test suite","website":null},"account":{"id":"109336899303466213","username":"mastodonpy_test_2","acct":"mastodonpy_test_2","display_name":"","locked":false,"bot":false,"discoverable":true,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@mastodonpy_test_2","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":"2022-11-13","noindex":false,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}' 546 test suite","website":null},"account":{"id":"109337440792699713","username":"mastodonpy_test_2","acct":"mastodonpy_test_2","display_name":"","locked":false,"bot":false,"discoverable":true,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@mastodonpy_test_2","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":"2022-11-13","noindex":false,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'
547 headers: 547 headers:
548 Cache-Control: 548 Cache-Control:
549 - no-store 549 - no-store
550 Content-Security-Policy: 550 Content-Security-Policy:
551 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src 551 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src
552 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000; 552 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000;
553 style-src ''self'' http://localhost:3000 ''nonce-hPz0xNdVpGs7kjcOkNa5Cg==''; 553 style-src ''self'' http://localhost:3000 ''nonce-oT2AYW0dtxCqD2lNSz0nJA=='';
554 media-src ''self'' https: data: http://localhost:3000; frame-src ''self'' 554 media-src ''self'' https: data: http://localhost:3000; frame-src ''self''
555 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self'' 555 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self''
556 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000 556 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000
@@ -560,7 +560,7 @@ interactions:
560 Content-Type: 560 Content-Type:
561 - application/json; charset=utf-8 561 - application/json; charset=utf-8
562 ETag: 562 ETag:
563 - W/"e16a62f747881b8f41882cffe8235d96" 563 - W/"49de3905f839e773a149e1edf29336ea"
564 Referrer-Policy: 564 Referrer-Policy:
565 - strict-origin-when-cross-origin 565 - strict-origin-when-cross-origin
566 Transfer-Encoding: 566 Transfer-Encoding:
@@ -576,9 +576,9 @@ interactions:
576 X-Permitted-Cross-Domain-Policies: 576 X-Permitted-Cross-Domain-Policies:
577 - none 577 - none
578 X-Request-Id: 578 X-Request-Id:
579 - 8322cfa7-9630-4887-beb1-7e6c2009001e 579 - 962d281e-ae84-4e12-8c42-8519a20c8664
580 X-Runtime: 580 X-Runtime:
581 - '0.028531' 581 - '0.070805'
582 X-XSS-Protection: 582 X-XSS-Protection:
583 - 1; mode=block 583 - 1; mode=block
584 status: 584 status:
@@ -600,19 +600,19 @@ interactions:
600 User-Agent: 600 User-Agent:
601 - tests/v311 601 - tests/v311
602 method: DELETE 602 method: DELETE
603 uri: http://localhost:3000/api/v1/statuses/109336902645821145 603 uri: http://localhost:3000/api/v1/statuses/109337443582073240
604 response: 604 response:
605 body: 605 body:
606 string: '{"id":"109336902645821145","created_at":"2022-11-13T14:12:14.220Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/admin/statuses/109336902645821145","url":"http://localhost:3000/@admin/109336902645821145","replies_count":0,"reblogs_count":0,"favourites_count":0,"edited_at":null,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"horses 606 string: '{"id":"109337443582073240","created_at":"2022-11-13T16:29:48.253Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost:3000/users/admin/statuses/109337443582073240","url":"http://localhost:3000/@admin/109337443582073240","replies_count":0,"reblogs_count":0,"favourites_count":0,"edited_at":null,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"horses
607 are not real","filtered":[],"reblog":null,"application":{"name":"Mastodon.py 607 are not real","filtered":[],"reblog":null,"application":{"name":"Mastodon.py
608 test suite","website":null},"account":{"id":"109336898971915318","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@admin","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2022-11-13","noindex":false,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}' 608 test suite","website":null},"account":{"id":"109337440467895233","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2022-11-13T00:00:00.000Z","note":"","url":"http://localhost:3000/@admin","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2022-11-13","noindex":false,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'
609 headers: 609 headers:
610 Cache-Control: 610 Cache-Control:
611 - no-store 611 - no-store
612 Content-Security-Policy: 612 Content-Security-Policy:
613 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src 613 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src
614 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000; 614 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000;
615 style-src ''self'' http://localhost:3000 ''nonce-ofeNjD1G1NhCP6C3ax9Odw==''; 615 style-src ''self'' http://localhost:3000 ''nonce-8GHW+dIz0K+NPPpm5gZGxA=='';
616 media-src ''self'' https: data: http://localhost:3000; frame-src ''self'' 616 media-src ''self'' https: data: http://localhost:3000; frame-src ''self''
617 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self'' 617 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self''
618 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000 618 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000
@@ -622,7 +622,7 @@ interactions:
622 Content-Type: 622 Content-Type:
623 - application/json; charset=utf-8 623 - application/json; charset=utf-8
624 ETag: 624 ETag:
625 - W/"dbca6a3708826d731558a811631158c3" 625 - W/"1cff224072fd8efb1c1a8f49b9a9b50c"
626 Referrer-Policy: 626 Referrer-Policy:
627 - strict-origin-when-cross-origin 627 - strict-origin-when-cross-origin
628 Transfer-Encoding: 628 Transfer-Encoding:
@@ -638,9 +638,9 @@ interactions:
638 X-Permitted-Cross-Domain-Policies: 638 X-Permitted-Cross-Domain-Policies:
639 - none 639 - none
640 X-Request-Id: 640 X-Request-Id:
641 - a722decc-b367-42bf-8204-c621788ceeda 641 - f2e100fa-a417-4320-8da8-6236cf4c0b18
642 X-Runtime: 642 X-Runtime:
643 - '0.024023' 643 - '0.027137'
644 X-XSS-Protection: 644 X-XSS-Protection:
645 - 1; mode=block 645 - 1; mode=block
646 status: 646 status:
Powered by cgit v1.2.3 (git 2.41.0)