aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-06-22 15:28:27 +0200
committerLorenz Diener <[email protected]>2019-06-22 15:28:27 +0200
commit052b7f7cd319bd39f5c9db1b0322e9e4445a123e (patch)
treea4f02a2f738a477f2cde36e209bc29ab4df78ebc /tests/cassettes/test_filter_serverside.yaml
parent1a120f03939d36bc14bda0931819db0ab45908af (diff)
downloadmastodon.py-052b7f7cd319bd39f5c9db1b0322e9e4445a123e.tar.gz
Test fixups pre-2.9.1
Diffstat (limited to 'tests/cassettes/test_filter_serverside.yaml')
-rw-r--r--tests/cassettes/test_filter_serverside.yaml274
1 files changed, 96 insertions, 178 deletions
diff --git a/tests/cassettes/test_filter_serverside.yaml b/tests/cassettes/test_filter_serverside.yaml
index 6e250d0..6eca24a 100644
--- a/tests/cassettes/test_filter_serverside.yaml
+++ b/tests/cassettes/test_filter_serverside.yaml
@@ -10,11 +10,10 @@ interactions:
10 method: GET 10 method: GET
11 uri: http://localhost:3000/api/v1/accounts/verify_credentials 11 uri: http://localhost:3000/api/v1/accounts/verify_credentials
12 response: 12 response:
13 body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":4,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} 13 body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'}
14 headers: 14 headers:
15 Cache-Control: ['max-age=0, private, must-revalidate'] 15 Cache-Control: ['no-cache, no-store']
16 Content-Type: [application/json; charset=utf-8] 16 Content-Type: [application/json; charset=utf-8]
17 ETag: [W/"e966e2d2ab964475ed66cd777eef8895"]
18 Referrer-Policy: [strict-origin-when-cross-origin] 17 Referrer-Policy: [strict-origin-when-cross-origin]
19 Transfer-Encoding: [chunked] 18 Transfer-Encoding: [chunked]
20 Vary: ['Accept-Encoding, Origin'] 19 Vary: ['Accept-Encoding, Origin']
@@ -22,8 +21,8 @@ interactions:
22 X-Download-Options: [noopen] 21 X-Download-Options: [noopen]
23 X-Frame-Options: [SAMEORIGIN] 22 X-Frame-Options: [SAMEORIGIN]
24 X-Permitted-Cross-Domain-Policies: [none] 23 X-Permitted-Cross-Domain-Policies: [none]
25 X-Request-Id: [8287dc5e-adb4-4d92-8cad-0b843b808c17] 24 X-Request-Id: [236bd2c3-bbc8-4c44-ac08-e2be27cace54]
26 X-Runtime: ['0.046169'] 25 X-Runtime: ['0.043748']
27 X-XSS-Protection: [1; mode=block] 26 X-XSS-Protection: [1; mode=block]
28 content-length: ['609'] 27 content-length: ['609']
29 status: {code: 200, message: OK} 28 status: {code: 200, message: OK}
@@ -42,9 +41,8 @@ interactions:
42 response: 41 response:
43 body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'} 42 body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'}
44 headers: 43 headers:
45 Cache-Control: ['max-age=0, private, must-revalidate'] 44 Cache-Control: ['no-cache, no-store']
46 Content-Type: [application/json; charset=utf-8] 45 Content-Type: [application/json; charset=utf-8]
47 ETag: [W/"5acd12d3f0c9bff73acb226eda092d84"]
48 Referrer-Policy: [strict-origin-when-cross-origin] 46 Referrer-Policy: [strict-origin-when-cross-origin]
49 Transfer-Encoding: [chunked] 47 Transfer-Encoding: [chunked]
50 Vary: ['Accept-Encoding, Origin'] 48 Vary: ['Accept-Encoding, Origin']
@@ -52,8 +50,8 @@ interactions:
52 X-Download-Options: [noopen] 50 X-Download-Options: [noopen]
53 X-Frame-Options: [SAMEORIGIN] 51 X-Frame-Options: [SAMEORIGIN]
54 X-Permitted-Cross-Domain-Policies: [none] 52 X-Permitted-Cross-Domain-Policies: [none]
55 X-Request-Id: [b772ff77-894d-4245-bd68-670b8bf3e7b3] 53 X-Request-Id: [b6c1120b-cd05-45a2-ad01-ccac81cdea4e]
56 X-Runtime: ['0.074402'] 54 X-Runtime: ['0.095071']
57 X-XSS-Protection: [1; mode=block] 55 X-XSS-Protection: [1; mode=block]
58 content-length: ['209'] 56 content-length: ['209']
59 status: {code: 200, message: OK} 57 status: {code: 200, message: OK}
@@ -70,11 +68,10 @@ interactions:
70 method: POST 68 method: POST
71 uri: http://localhost:3000/api/v1/filters 69 uri: http://localhost:3000/api/v1/filters
72 response: 70 response:
73 body: {string: '{"id":"22","phrase":"anime","context":["home"],"whole_word":false,"expires_at":null,"irreversible":true}'} 71 body: {string: '{"id":"4","phrase":"anime","context":["home"],"whole_word":false,"expires_at":null,"irreversible":true}'}
74 headers: 72 headers:
75 Cache-Control: ['max-age=0, private, must-revalidate'] 73 Cache-Control: ['no-cache, no-store']
76 Content-Type: [application/json; charset=utf-8] 74 Content-Type: [application/json; charset=utf-8]
77 ETag: [W/"3f62422000acd1438ba0b99aa16cd3d5"]
78 Referrer-Policy: [strict-origin-when-cross-origin] 75 Referrer-Policy: [strict-origin-when-cross-origin]
79 Transfer-Encoding: [chunked] 76 Transfer-Encoding: [chunked]
80 Vary: ['Accept-Encoding, Origin'] 77 Vary: ['Accept-Encoding, Origin']
@@ -82,10 +79,10 @@ interactions:
82 X-Download-Options: [noopen] 79 X-Download-Options: [noopen]
83 X-Frame-Options: [SAMEORIGIN] 80 X-Frame-Options: [SAMEORIGIN]
84 X-Permitted-Cross-Domain-Policies: [none] 81 X-Permitted-Cross-Domain-Policies: [none]
85 X-Request-Id: [87bfc1f4-213c-4a49-b48f-8641fb5d08cd] 82 X-Request-Id: [022cc4aa-7590-4a2b-928f-8cef65a4d431]
86 X-Runtime: ['0.070385'] 83 X-Runtime: ['0.040205']
87 X-XSS-Protection: [1; mode=block] 84 X-XSS-Protection: [1; mode=block]
88 content-length: ['104'] 85 content-length: ['103']
89 status: {code: 200, message: OK} 86 status: {code: 200, message: OK}
90- request: 87- request:
91 body: whole_word=1&irreversible=1&phrase=girugamesh&context%5B%5D=home 88 body: whole_word=1&irreversible=1&phrase=girugamesh&context%5B%5D=home
@@ -100,11 +97,10 @@ interactions:
100 method: POST 97 method: POST
101 uri: http://localhost:3000/api/v1/filters 98 uri: http://localhost:3000/api/v1/filters
102 response: 99 response:
103 body: {string: '{"id":"23","phrase":"girugamesh","context":["home"],"whole_word":true,"expires_at":null,"irreversible":true}'} 100 body: {string: '{"id":"5","phrase":"girugamesh","context":["home"],"whole_word":true,"expires_at":null,"irreversible":true}'}
104 headers: 101 headers:
105 Cache-Control: ['max-age=0, private, must-revalidate'] 102 Cache-Control: ['no-cache, no-store']
106 Content-Type: [application/json; charset=utf-8] 103 Content-Type: [application/json; charset=utf-8]
107 ETag: [W/"69ea8a2435364929cd000e2f294160f8"]
108 Referrer-Policy: [strict-origin-when-cross-origin] 104 Referrer-Policy: [strict-origin-when-cross-origin]
109 Transfer-Encoding: [chunked] 105 Transfer-Encoding: [chunked]
110 Vary: ['Accept-Encoding, Origin'] 106 Vary: ['Accept-Encoding, Origin']
@@ -112,10 +108,10 @@ interactions:
112 X-Download-Options: [noopen] 108 X-Download-Options: [noopen]
113 X-Frame-Options: [SAMEORIGIN] 109 X-Frame-Options: [SAMEORIGIN]
114 X-Permitted-Cross-Domain-Policies: [none] 110 X-Permitted-Cross-Domain-Policies: [none]
115 X-Request-Id: [e0de2cd4-3c55-48eb-a939-26089f8e8305] 111 X-Request-Id: [eef2d150-a5df-4655-959f-998c43757284]
116 X-Runtime: ['0.035610'] 112 X-Runtime: ['0.033745']
117 X-XSS-Protection: [1; mode=block] 113 X-XSS-Protection: [1; mode=block]
118 content-length: ['108'] 114 content-length: ['107']
119 status: {code: 200, message: OK} 115 status: {code: 200, message: OK}
120- request: 116- request:
121 body: whole_word=1&irreversible=1&phrase=japanimation&context%5B%5D=notifications 117 body: whole_word=1&irreversible=1&phrase=japanimation&context%5B%5D=notifications
@@ -130,11 +126,10 @@ interactions:
130 method: POST 126 method: POST
131 uri: http://localhost:3000/api/v1/filters 127 uri: http://localhost:3000/api/v1/filters
132 response: 128 response:
133 body: {string: '{"id":"24","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":true}'} 129 body: {string: '{"id":"6","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":true}'}
134 headers: 130 headers:
135 Cache-Control: ['max-age=0, private, must-revalidate'] 131 Cache-Control: ['no-cache, no-store']
136 Content-Type: [application/json; charset=utf-8] 132 Content-Type: [application/json; charset=utf-8]
137 ETag: [W/"a8b02555436ad7872ec2a51856f6cf4b"]
138 Referrer-Policy: [strict-origin-when-cross-origin] 133 Referrer-Policy: [strict-origin-when-cross-origin]
139 Transfer-Encoding: [chunked] 134 Transfer-Encoding: [chunked]
140 Vary: ['Accept-Encoding, Origin'] 135 Vary: ['Accept-Encoding, Origin']
@@ -142,10 +137,10 @@ interactions:
142 X-Download-Options: [noopen] 137 X-Download-Options: [noopen]
143 X-Frame-Options: [SAMEORIGIN] 138 X-Frame-Options: [SAMEORIGIN]
144 X-Permitted-Cross-Domain-Policies: [none] 139 X-Permitted-Cross-Domain-Policies: [none]
145 X-Request-Id: [4e9e68b4-c3b9-4c0b-962e-fc1170a893ce] 140 X-Request-Id: [d6271f3e-d4f6-45d9-8a0b-a611b90073c3]
146 X-Runtime: ['0.036076'] 141 X-Runtime: ['0.036029']
147 X-XSS-Protection: [1; mode=block] 142 X-XSS-Protection: [1; mode=block]
148 content-length: ['119'] 143 content-length: ['118']
149 status: {code: 200, message: OK} 144 status: {code: 200, message: OK}
150- request: 145- request:
151 body: status=I+love+animes 146 body: status=I+love+animes
@@ -160,13 +155,12 @@ interactions:
160 method: POST 155 method: POST
161 uri: http://localhost:3000/api/v1/statuses 156 uri: http://localhost:3000/api/v1/statuses
162 response: 157 response:
163 body: {string: '{"id":"101999514539256727","created_at":"2019-04-27T18:17:56.838Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/101999514539256727","content":"\u003cp\u003eI 158 body: {string: '{"id":"102315365567595451","created_at":"2019-06-22T13:03:01.056Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365567595451","url":"http://localhost/@admin/102315365567595451","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI
164 love animes\u003c/p\u003e","url":"http://localhost/@admin/101999514539256727","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py 159 love animes\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py
165 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":5,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} 160 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'}
166 headers: 161 headers:
167 Cache-Control: ['max-age=0, private, must-revalidate'] 162 Cache-Control: ['no-cache, no-store']
168 Content-Type: [application/json; charset=utf-8] 163 Content-Type: [application/json; charset=utf-8]
169 ETag: [W/"1ada855e39c030ed64a59df64ebe38b2"]
170 Referrer-Policy: [strict-origin-when-cross-origin] 164 Referrer-Policy: [strict-origin-when-cross-origin]
171 Transfer-Encoding: [chunked] 165 Transfer-Encoding: [chunked]
172 Vary: ['Accept-Encoding, Origin'] 166 Vary: ['Accept-Encoding, Origin']
@@ -174,8 +168,8 @@ interactions:
174 X-Download-Options: [noopen] 168 X-Download-Options: [noopen]
175 X-Frame-Options: [SAMEORIGIN] 169 X-Frame-Options: [SAMEORIGIN]
176 X-Permitted-Cross-Domain-Policies: [none] 170 X-Permitted-Cross-Domain-Policies: [none]
177 X-Request-Id: [20fd94c8-0188-44c7-84fb-caaf465f0c83] 171 X-Request-Id: [4220861b-dcfc-4e2e-91b2-663a969a47a9]
178 X-Runtime: ['0.148737'] 172 X-Runtime: ['0.146450']
179 X-XSS-Protection: [1; mode=block] 173 X-XSS-Protection: [1; mode=block]
180 content-length: ['1179'] 174 content-length: ['1179']
181 status: {code: 200, message: OK} 175 status: {code: 200, message: OK}
@@ -192,12 +186,11 @@ interactions:
192 method: POST 186 method: POST
193 uri: http://localhost:3000/api/v1/statuses 187 uri: http://localhost:3000/api/v1/statuses
194 response: 188 response:
195 body: {string: '{"id":"101999514552668983","created_at":"2019-04-27T18:17:57.054Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/101999514552668983","content":"\u003cp\u003eGirugamesh!\u003c/p\u003e","url":"http://localhost/@admin/101999514552668983","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py 189 body: {string: '{"id":"102315365579209258","created_at":"2019-06-22T13:03:01.249Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365579209258","url":"http://localhost/@admin/102315365579209258","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eGirugamesh!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py
196 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":6,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} 190 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'}
197 headers: 191 headers:
198 Cache-Control: ['max-age=0, private, must-revalidate'] 192 Cache-Control: ['no-cache, no-store']
199 Content-Type: [application/json; charset=utf-8] 193 Content-Type: [application/json; charset=utf-8]
200 ETag: [W/"c321dff78c12f9dd73ad6508a84c1905"]
201 Referrer-Policy: [strict-origin-when-cross-origin] 194 Referrer-Policy: [strict-origin-when-cross-origin]
202 Transfer-Encoding: [chunked] 195 Transfer-Encoding: [chunked]
203 Vary: ['Accept-Encoding, Origin'] 196 Vary: ['Accept-Encoding, Origin']
@@ -205,8 +198,8 @@ interactions:
205 X-Download-Options: [noopen] 198 X-Download-Options: [noopen]
206 X-Frame-Options: [SAMEORIGIN] 199 X-Frame-Options: [SAMEORIGIN]
207 X-Permitted-Cross-Domain-Policies: [none] 200 X-Permitted-Cross-Domain-Policies: [none]
208 X-Request-Id: [e53b05a2-0c7a-4e68-a90f-580821b4a801] 201 X-Request-Id: [2690d739-d02c-486f-aa9e-28d04474bd16]
209 X-Runtime: ['0.217536'] 202 X-Runtime: ['0.207877']
210 X-XSS-Protection: [1; mode=block] 203 X-XSS-Protection: [1; mode=block]
211 content-length: ['1177'] 204 content-length: ['1177']
212 status: {code: 200, message: OK} 205 status: {code: 200, message: OK}
@@ -223,12 +216,11 @@ interactions:
223 method: POST 216 method: POST
224 uri: http://localhost:3000/api/v1/statuses 217 uri: http://localhost:3000/api/v1/statuses
225 response: 218 response:
226 body: {string: '{"id":"101999514577050344","created_at":"2019-04-27T18:17:57.469Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/101999514577050344","content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","url":"http://localhost/@admin/101999514577050344","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py 219 body: {string: '{"id":"102315365592723513","created_at":"2019-06-22T13:03:01.439Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365592723513","url":"http://localhost/@admin/102315365592723513","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py
227 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} 220 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'}
228 headers: 221 headers:
229 Cache-Control: ['max-age=0, private, must-revalidate'] 222 Cache-Control: ['no-cache, no-store']
230 Content-Type: [application/json; charset=utf-8] 223 Content-Type: [application/json; charset=utf-8]
231 ETag: [W/"0b9436a14f52bee86351f9a261895ac8"]
232 Referrer-Policy: [strict-origin-when-cross-origin] 224 Referrer-Policy: [strict-origin-when-cross-origin]
233 Transfer-Encoding: [chunked] 225 Transfer-Encoding: [chunked]
234 Vary: ['Accept-Encoding, Origin'] 226 Vary: ['Accept-Encoding, Origin']
@@ -236,8 +228,8 @@ interactions:
236 X-Download-Options: [noopen] 228 X-Download-Options: [noopen]
237 X-Frame-Options: [SAMEORIGIN] 229 X-Frame-Options: [SAMEORIGIN]
238 X-Permitted-Cross-Domain-Policies: [none] 230 X-Permitted-Cross-Domain-Policies: [none]
239 X-Request-Id: [81c74bfb-5bfd-4a40-b78c-6f1cdc2fbef4] 231 X-Request-Id: [cc1b0475-3cae-4f7d-ba26-d736b71275b4]
240 X-Runtime: ['0.489519'] 232 X-Runtime: ['0.155025']
241 X-XSS-Protection: [1; mode=block] 233 X-XSS-Protection: [1; mode=block]
242 content-length: ['1187'] 234 content-length: ['1187']
243 status: {code: 200, message: OK} 235 status: {code: 200, message: OK}
@@ -254,13 +246,12 @@ interactions:
254 method: POST 246 method: POST
255 uri: http://localhost:3000/api/v1/statuses 247 uri: http://localhost:3000/api/v1/statuses
256 response: 248 response:
257 body: {string: '{"id":"101999514601848044","created_at":"2019-04-27T18:17:57.830Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/101999514601848044","content":"\u003cp\u003eI 249 body: {string: '{"id":"102315365604829044","created_at":"2019-06-22T13:03:01.653Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365604829044","url":"http://localhost/@admin/102315365604829044","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI
258 love japanimation!\u003c/p\u003e","url":"http://localhost/@admin/101999514601848044","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py 250 love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py
259 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":8,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} 251 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'}
260 headers: 252 headers:
261 Cache-Control: ['max-age=0, private, must-revalidate'] 253 Cache-Control: ['no-cache, no-store']
262 Content-Type: [application/json; charset=utf-8] 254 Content-Type: [application/json; charset=utf-8]
263 ETag: [W/"8a4682f6010d91b4818b44f5e06aa432"]
264 Referrer-Policy: [strict-origin-when-cross-origin] 255 Referrer-Policy: [strict-origin-when-cross-origin]
265 Transfer-Encoding: [chunked] 256 Transfer-Encoding: [chunked]
266 Vary: ['Accept-Encoding, Origin'] 257 Vary: ['Accept-Encoding, Origin']
@@ -268,8 +259,8 @@ interactions:
268 X-Download-Options: [noopen] 259 X-Download-Options: [noopen]
269 X-Frame-Options: [SAMEORIGIN] 260 X-Frame-Options: [SAMEORIGIN]
270 X-Permitted-Cross-Domain-Policies: [none] 261 X-Permitted-Cross-Domain-Policies: [none]
271 X-Request-Id: [bf6f3da6-24c1-4ed8-8258-a45c01d6c4ee] 262 X-Request-Id: [9fcbb954-031e-4f3d-ba99-8490e6a58115]
272 X-Runtime: ['0.326674'] 263 X-Runtime: ['0.208349']
273 X-XSS-Protection: [1; mode=block] 264 X-XSS-Protection: [1; mode=block]
274 content-length: ['1186'] 265 content-length: ['1186']
275 status: {code: 200, message: OK} 266 status: {code: 200, message: OK}
@@ -284,86 +275,15 @@ interactions:
284 method: GET 275 method: GET
285 uri: http://localhost:3000/api/v1/timelines/home 276 uri: http://localhost:3000/api/v1/timelines/home
286 response: 277 response:
287 body: {string: '[{"id":"101999514601848044","created_at":"2019-04-27T18:17:57.830Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/101999514601848044","content":"\u003cp\u003eI 278 body: {string: '[{"id":"102315365604829044","created_at":"2019-06-22T13:03:01.653Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365604829044","url":"http://localhost/@admin/102315365604829044","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eI
288 love japanimation!\u003c/p\u003e","url":"http://localhost/@admin/101999514601848044","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py 279 love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py
289 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":8,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999514577050344","created_at":"2019-04-27T18:17:57.469Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/101999514577050344","content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","url":"http://localhost/@admin/101999514577050344","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py 280 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315365592723513","created_at":"2019-06-22T13:03:01.439Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365592723513","url":"http://localhost/@admin/102315365592723513","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py
290 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":8,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999494589743224","created_at":"2019-04-27T18:12:52.438Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999494589743224","content":"\u003cp\u003eit\u0026apos;s 281 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'}
291 cool guy\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999494589743224","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py 282 headers:
292 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John 283 Cache-Control: ['no-cache, no-store']
293 Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI
294 walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999492198545448","created_at":"2019-04-27T18:12:15.969Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/101999492198545448","content":"\u003cp\u003eon
295 the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","url":"http://localhost/@admin/101999492198545448","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py
296 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":8,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999492182517187","created_at":"2019-04-27T18:12:15.707Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/101999492182517187","content":"\u003cp\u003e\u003cspan
297 class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url
298 mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e
299 beep beep I\u0026apos;m a jeep\u003c/p\u003e","url":"http://localhost/@admin/101999492182517187","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py
300 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":8,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999489996081310","created_at":"2019-04-27T18:11:42.339Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489996081310","content":"\u003cp\u003eToot
301 number 9!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489996081310","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
302 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
303 Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI
304 walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999489983300868","created_at":"2019-04-27T18:11:42.153Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489983300868","content":"\u003cp\u003eToot
305 number 8!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489983300868","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
306 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
307 Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI
308 walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999489970029425","created_at":"2019-04-27T18:11:41.952Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489970029425","content":"\u003cp\u003eToot
309 number 7!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489970029425","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
310 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
311 Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI
312 walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999489958478178","created_at":"2019-04-27T18:11:41.766Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489958478178","content":"\u003cp\u003eToot
313 number 6!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489958478178","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
314 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
315 Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI
316 walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999489945265295","created_at":"2019-04-27T18:11:41.569Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489945265295","content":"\u003cp\u003eToot
317 number 5!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489945265295","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
318 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
319 Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI
320 walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999489933282835","created_at":"2019-04-27T18:11:41.392Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489933282835","content":"\u003cp\u003eToot
321 number 4!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489933282835","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
322 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
323 Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI
324 walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999489921532507","created_at":"2019-04-27T18:11:41.213Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489921532507","content":"\u003cp\u003eToot
325 number 3!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489921532507","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
326 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
327 Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI
328 walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999489910320373","created_at":"2019-04-27T18:11:41.033Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489910320373","content":"\u003cp\u003eToot
329 number 2!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489910320373","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
330 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
331 Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI
332 walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999489898079929","created_at":"2019-04-27T18:11:40.850Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489898079929","content":"\u003cp\u003eToot
333 number 1!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489898079929","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
334 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
335 Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI
336 walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999489887865881","created_at":"2019-04-27T18:11:40.688Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489887865881","content":"\u003cp\u003eToot
337 number 0!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489887865881","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
338 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
339 Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI
340 walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999489859385214","created_at":"2019-04-27T18:11:40.262Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489859385214","content":"\u003cp\u003eToot
341 number 9!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489859385214","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
342 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
343 Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI
344 walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999489847766891","created_at":"2019-04-27T18:11:40.082Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489847766891","content":"\u003cp\u003eToot
345 number 8!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489847766891","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
346 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
347 Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI
348 walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999489835384162","created_at":"2019-04-27T18:11:39.891Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489835384162","content":"\u003cp\u003eToot
349 number 7!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489835384162","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
350 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
351 Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI
352 walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999489823519354","created_at":"2019-04-27T18:11:39.720Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489823519354","content":"\u003cp\u003eToot
353 number 6!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489823519354","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
354 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
355 Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI
356 walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999489810056808","created_at":"2019-04-27T18:11:39.511Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489810056808","content":"\u003cp\u003eToot
357 number 5!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489810056808","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
358 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
359 Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI
360 walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'}
361 headers:
362 Cache-Control: ['max-age=0, private, must-revalidate']
363 Content-Type: [application/json; charset=utf-8] 284 Content-Type: [application/json; charset=utf-8]
364 ETag: [W/"81eee7c758e3a9aec0ecc1244bcd5739"] 285 Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=102315365592723513>;
365 Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=101999489810056808>; 286 rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=102315365604829044>;
366 rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=101999514601848044>;
367 rel="prev"'] 287 rel="prev"']
368 Referrer-Policy: [strict-origin-when-cross-origin] 288 Referrer-Policy: [strict-origin-when-cross-origin]
369 Transfer-Encoding: [chunked] 289 Transfer-Encoding: [chunked]
@@ -372,10 +292,10 @@ interactions:
372 X-Download-Options: [noopen] 292 X-Download-Options: [noopen]
373 X-Frame-Options: [SAMEORIGIN] 293 X-Frame-Options: [SAMEORIGIN]
374 X-Permitted-Cross-Domain-Policies: [none] 294 X-Permitted-Cross-Domain-Policies: [none]
375 X-Request-Id: [4c797923-911b-42a1-9710-e5e40cf81185] 295 X-Request-Id: [323d3a30-2301-4b05-89e2-2eaaac5d65e0]
376 X-Runtime: ['0.271404'] 296 X-Runtime: ['0.084889']
377 X-XSS-Protection: [1; mode=block] 297 X-XSS-Protection: [1; mode=block]
378 content-length: ['30786'] 298 content-length: ['2346']
379 status: {code: 200, message: OK} 299 status: {code: 200, message: OK}
380- request: 300- request:
381 body: null 301 body: null
@@ -387,13 +307,12 @@ interactions:
387 Content-Length: ['0'] 307 Content-Length: ['0']
388 User-Agent: [python-requests/2.18.4] 308 User-Agent: [python-requests/2.18.4]
389 method: DELETE 309 method: DELETE
390 uri: http://localhost:3000/api/v1/filters/22 310 uri: http://localhost:3000/api/v1/filters/4
391 response: 311 response:
392 body: {string: '{}'} 312 body: {string: '{}'}
393 headers: 313 headers:
394 Cache-Control: ['max-age=0, private, must-revalidate'] 314 Cache-Control: ['no-cache, no-store']
395 Content-Type: [application/json; charset=utf-8] 315 Content-Type: [application/json; charset=utf-8]
396 ETag: [W/"723e93406561d909cd18da2afe693d31"]
397 Referrer-Policy: [strict-origin-when-cross-origin] 316 Referrer-Policy: [strict-origin-when-cross-origin]
398 Transfer-Encoding: [chunked] 317 Transfer-Encoding: [chunked]
399 Vary: ['Accept-Encoding, Origin'] 318 Vary: ['Accept-Encoding, Origin']
@@ -401,8 +320,8 @@ interactions:
401 X-Download-Options: [noopen] 320 X-Download-Options: [noopen]
402 X-Frame-Options: [SAMEORIGIN] 321 X-Frame-Options: [SAMEORIGIN]
403 X-Permitted-Cross-Domain-Policies: [none] 322 X-Permitted-Cross-Domain-Policies: [none]
404 X-Request-Id: [cf48604a-c1ae-4d06-869e-5d63eb8bda32] 323 X-Request-Id: [f8eee2f4-a735-4a4b-89bb-bf69455c1c89]
405 X-Runtime: ['0.025875'] 324 X-Runtime: ['0.034625']
406 X-XSS-Protection: [1; mode=block] 325 X-XSS-Protection: [1; mode=block]
407 content-length: ['2'] 326 content-length: ['2']
408 status: {code: 200, message: OK} 327 status: {code: 200, message: OK}
@@ -416,13 +335,12 @@ interactions:
416 Content-Length: ['0'] 335 Content-Length: ['0']
417 User-Agent: [python-requests/2.18.4] 336 User-Agent: [python-requests/2.18.4]
418 method: DELETE 337 method: DELETE
419 uri: http://localhost:3000/api/v1/filters/23 338 uri: http://localhost:3000/api/v1/filters/5
420 response: 339 response:
421 body: {string: '{}'} 340 body: {string: '{}'}
422 headers: 341 headers:
423 Cache-Control: ['max-age=0, private, must-revalidate'] 342 Cache-Control: ['no-cache, no-store']
424 Content-Type: [application/json; charset=utf-8] 343 Content-Type: [application/json; charset=utf-8]
425 ETag: [W/"723e93406561d909cd18da2afe693d31"]
426 Referrer-Policy: [strict-origin-when-cross-origin] 344 Referrer-Policy: [strict-origin-when-cross-origin]
427 Transfer-Encoding: [chunked] 345 Transfer-Encoding: [chunked]
428 Vary: ['Accept-Encoding, Origin'] 346 Vary: ['Accept-Encoding, Origin']
@@ -430,8 +348,8 @@ interactions:
430 X-Download-Options: [noopen] 348 X-Download-Options: [noopen]
431 X-Frame-Options: [SAMEORIGIN] 349 X-Frame-Options: [SAMEORIGIN]
432 X-Permitted-Cross-Domain-Policies: [none] 350 X-Permitted-Cross-Domain-Policies: [none]
433 X-Request-Id: [330f3126-0462-4566-9708-16a716e670a8] 351 X-Request-Id: [43ede1eb-7e18-4c88-9e58-15beabbece73]
434 X-Runtime: ['0.021366'] 352 X-Runtime: ['0.045635']
435 X-XSS-Protection: [1; mode=block] 353 X-XSS-Protection: [1; mode=block]
436 content-length: ['2'] 354 content-length: ['2']
437 status: {code: 200, message: OK} 355 status: {code: 200, message: OK}
@@ -445,13 +363,12 @@ interactions:
445 Content-Length: ['0'] 363 Content-Length: ['0']
446 User-Agent: [python-requests/2.18.4] 364 User-Agent: [python-requests/2.18.4]
447 method: DELETE 365 method: DELETE
448 uri: http://localhost:3000/api/v1/filters/24 366 uri: http://localhost:3000/api/v1/filters/6
449 response: 367 response:
450 body: {string: '{}'} 368 body: {string: '{}'}
451 headers: 369 headers:
452 Cache-Control: ['max-age=0, private, must-revalidate'] 370 Cache-Control: ['no-cache, no-store']
453 Content-Type: [application/json; charset=utf-8] 371 Content-Type: [application/json; charset=utf-8]
454 ETag: [W/"723e93406561d909cd18da2afe693d31"]
455 Referrer-Policy: [strict-origin-when-cross-origin] 372 Referrer-Policy: [strict-origin-when-cross-origin]
456 Transfer-Encoding: [chunked] 373 Transfer-Encoding: [chunked]
457 Vary: ['Accept-Encoding, Origin'] 374 Vary: ['Accept-Encoding, Origin']
@@ -459,8 +376,8 @@ interactions:
459 X-Download-Options: [noopen] 376 X-Download-Options: [noopen]
460 X-Frame-Options: [SAMEORIGIN] 377 X-Frame-Options: [SAMEORIGIN]
461 X-Permitted-Cross-Domain-Policies: [none] 378 X-Permitted-Cross-Domain-Policies: [none]
462 X-Request-Id: [a8b9c440-29a5-42bc-809d-aef9cdf1c700] 379 X-Request-Id: [af73ff05-3349-453d-8a10-da1f3b6d5141]
463 X-Runtime: ['0.020319'] 380 X-Runtime: ['0.022419']
464 X-XSS-Protection: [1; mode=block] 381 X-XSS-Protection: [1; mode=block]
465 content-length: ['2'] 382 content-length: ['2']
466 status: {code: 200, message: OK} 383 status: {code: 200, message: OK}
@@ -474,13 +391,13 @@ interactions:
474 Content-Length: ['0'] 391 Content-Length: ['0']
475 User-Agent: [python-requests/2.18.4] 392 User-Agent: [python-requests/2.18.4]
476 method: DELETE 393 method: DELETE
477 uri: http://localhost:3000/api/v1/statuses/101999514539256727 394 uri: http://localhost:3000/api/v1/statuses/102315365567595451
478 response: 395 response:
479 body: {string: '{}'} 396 body: {string: '{"id":"102315365567595451","created_at":"2019-06-22T13:03:01.056Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365567595451","url":"http://localhost/@admin/102315365567595451","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I
397 love animes","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'}
480 headers: 398 headers:
481 Cache-Control: ['max-age=0, private, must-revalidate'] 399 Cache-Control: ['no-cache, no-store']
482 Content-Type: [application/json; charset=utf-8] 400 Content-Type: [application/json; charset=utf-8]
483 ETag: [W/"723e93406561d909cd18da2afe693d31"]
484 Referrer-Policy: [strict-origin-when-cross-origin] 401 Referrer-Policy: [strict-origin-when-cross-origin]
485 Transfer-Encoding: [chunked] 402 Transfer-Encoding: [chunked]
486 Vary: ['Accept-Encoding, Origin'] 403 Vary: ['Accept-Encoding, Origin']
@@ -488,10 +405,10 @@ interactions:
488 X-Download-Options: [noopen] 405 X-Download-Options: [noopen]
489 X-Frame-Options: [SAMEORIGIN] 406 X-Frame-Options: [SAMEORIGIN]
490 X-Permitted-Cross-Domain-Policies: [none] 407 X-Permitted-Cross-Domain-Policies: [none]
491 X-Request-Id: [ef86e02a-26ea-4ad8-9266-9faca513b84f] 408 X-Request-Id: [13c0db2c-cf74-49e2-a050-b0dfb7cefdf0]
492 X-Runtime: ['0.024880'] 409 X-Runtime: ['0.078036']
493 X-XSS-Protection: [1; mode=block] 410 X-XSS-Protection: [1; mode=block]
494 content-length: ['2'] 411 content-length: ['1149']
495 status: {code: 200, message: OK} 412 status: {code: 200, message: OK}
496- request: 413- request:
497 body: null 414 body: null
@@ -503,13 +420,13 @@ interactions:
503 Content-Length: ['0'] 420 Content-Length: ['0']
504 User-Agent: [python-requests/2.18.4] 421 User-Agent: [python-requests/2.18.4]
505 method: DELETE 422 method: DELETE
506 uri: http://localhost:3000/api/v1/statuses/101999514552668983 423 uri: http://localhost:3000/api/v1/statuses/102315365579209258
507 response: 424 response:
508 body: {string: '{}'} 425 body: {string: '{"id":"102315365579209258","created_at":"2019-06-22T13:03:01.249Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365579209258","url":"http://localhost/@admin/102315365579209258","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Girugamesh!","reblog":null,"application":{"name":"Mastodon.py
426 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'}
509 headers: 427 headers:
510 Cache-Control: ['max-age=0, private, must-revalidate'] 428 Cache-Control: ['no-cache, no-store']
511 Content-Type: [application/json; charset=utf-8] 429 Content-Type: [application/json; charset=utf-8]
512 ETag: [W/"723e93406561d909cd18da2afe693d31"]
513 Referrer-Policy: [strict-origin-when-cross-origin] 430 Referrer-Policy: [strict-origin-when-cross-origin]
514 Transfer-Encoding: [chunked] 431 Transfer-Encoding: [chunked]
515 Vary: ['Accept-Encoding, Origin'] 432 Vary: ['Accept-Encoding, Origin']
@@ -517,10 +434,10 @@ interactions:
517 X-Download-Options: [noopen] 434 X-Download-Options: [noopen]
518 X-Frame-Options: [SAMEORIGIN] 435 X-Frame-Options: [SAMEORIGIN]
519 X-Permitted-Cross-Domain-Policies: [none] 436 X-Permitted-Cross-Domain-Policies: [none]
520 X-Request-Id: [8e23f211-477d-4a53-91a8-6aacddc7dcfc] 437 X-Request-Id: [e31c5666-a114-499f-a839-d2ad1287b4db]
521 X-Runtime: ['0.085952'] 438 X-Runtime: ['0.101751']
522 X-XSS-Protection: [1; mode=block] 439 X-XSS-Protection: [1; mode=block]
523 content-length: ['2'] 440 content-length: ['1147']
524 status: {code: 200, message: OK} 441 status: {code: 200, message: OK}
525- request: 442- request:
526 body: null 443 body: null
@@ -532,13 +449,13 @@ interactions:
532 Content-Length: ['0'] 449 Content-Length: ['0']
533 User-Agent: [python-requests/2.18.4] 450 User-Agent: [python-requests/2.18.4]
534 method: DELETE 451 method: DELETE
535 uri: http://localhost:3000/api/v1/statuses/101999514577050344 452 uri: http://localhost:3000/api/v1/statuses/102315365592723513
536 response: 453 response:
537 body: {string: '{}'} 454 body: {string: '{"id":"102315365592723513","created_at":"2019-06-22T13:03:01.439Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365592723513","url":"http://localhost/@admin/102315365592723513","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Girugameshnetworking!","reblog":null,"application":{"name":"Mastodon.py
455 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'}
538 headers: 456 headers:
539 Cache-Control: ['max-age=0, private, must-revalidate'] 457 Cache-Control: ['no-cache, no-store']
540 Content-Type: [application/json; charset=utf-8] 458 Content-Type: [application/json; charset=utf-8]
541 ETag: [W/"723e93406561d909cd18da2afe693d31"]
542 Referrer-Policy: [strict-origin-when-cross-origin] 459 Referrer-Policy: [strict-origin-when-cross-origin]
543 Transfer-Encoding: [chunked] 460 Transfer-Encoding: [chunked]
544 Vary: ['Accept-Encoding, Origin'] 461 Vary: ['Accept-Encoding, Origin']
@@ -546,10 +463,10 @@ interactions:
546 X-Download-Options: [noopen] 463 X-Download-Options: [noopen]
547 X-Frame-Options: [SAMEORIGIN] 464 X-Frame-Options: [SAMEORIGIN]
548 X-Permitted-Cross-Domain-Policies: [none] 465 X-Permitted-Cross-Domain-Policies: [none]
549 X-Request-Id: [a7f3e8c5-9852-4522-a469-b257225ea2d4] 466 X-Request-Id: [70c69b49-008c-4529-93de-334144a56312]
550 X-Runtime: ['0.088743'] 467 X-Runtime: ['0.100398']
551 X-XSS-Protection: [1; mode=block] 468 X-XSS-Protection: [1; mode=block]
552 content-length: ['2'] 469 content-length: ['1157']
553 status: {code: 200, message: OK} 470 status: {code: 200, message: OK}
554- request: 471- request:
555 body: null 472 body: null
@@ -561,13 +478,14 @@ interactions:
561 Content-Length: ['0'] 478 Content-Length: ['0']
562 User-Agent: [python-requests/2.18.4] 479 User-Agent: [python-requests/2.18.4]
563 method: DELETE 480 method: DELETE
564 uri: http://localhost:3000/api/v1/statuses/101999514601848044 481 uri: http://localhost:3000/api/v1/statuses/102315365604829044
565 response: 482 response:
566 body: {string: '{}'} 483 body: {string: '{"id":"102315365604829044","created_at":"2019-06-22T13:03:01.653Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365604829044","url":"http://localhost/@admin/102315365604829044","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I
484 love japanimation!","reblog":null,"application":{"name":"Mastodon.py test
485 suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'}
567 headers: 486 headers:
568 Cache-Control: ['max-age=0, private, must-revalidate'] 487 Cache-Control: ['no-cache, no-store']
569 Content-Type: [application/json; charset=utf-8] 488 Content-Type: [application/json; charset=utf-8]
570 ETag: [W/"723e93406561d909cd18da2afe693d31"]
571 Referrer-Policy: [strict-origin-when-cross-origin] 489 Referrer-Policy: [strict-origin-when-cross-origin]
572 Transfer-Encoding: [chunked] 490 Transfer-Encoding: [chunked]
573 Vary: ['Accept-Encoding, Origin'] 491 Vary: ['Accept-Encoding, Origin']
@@ -575,9 +493,9 @@ interactions:
575 X-Download-Options: [noopen] 493 X-Download-Options: [noopen]
576 X-Frame-Options: [SAMEORIGIN] 494 X-Frame-Options: [SAMEORIGIN]
577 X-Permitted-Cross-Domain-Policies: [none] 495 X-Permitted-Cross-Domain-Policies: [none]
578 X-Request-Id: [b92b7a39-65fb-4bdc-9467-e617f1be6b59] 496 X-Request-Id: [f2979d48-026f-4894-ba48-000e6e06c58e]
579 X-Runtime: ['0.091645'] 497 X-Runtime: ['0.124443']
580 X-XSS-Protection: [1; mode=block] 498 X-XSS-Protection: [1; mode=block]
581 content-length: ['2'] 499 content-length: ['1156']
582 status: {code: 200, message: OK} 500 status: {code: 200, message: OK}
583version: 1 501version: 1
Powered by cgit v1.2.3 (git 2.41.0)