aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-06-05 22:10:31 +0200
committerLorenz Diener <[email protected]>2018-06-05 22:10:31 +0200
commit18c6b3b90ff8bd607df18af86d092ac1205ffbf7 (patch)
tree203729696d2639d5bf221168ad6c76a150130ab0 /tests/cassettes/test_list_add_remove_account.yaml
parent36194fd60c8e5c6d30134134e32dd24981aee324 (diff)
downloadmastodon.py-18c6b3b90ff8bd607df18af86d092ac1205ffbf7.tar.gz
New casettes, small fixes
Diffstat (limited to 'tests/cassettes/test_list_add_remove_account.yaml')
-rw-r--r--tests/cassettes/test_list_add_remove_account.yaml160
1 files changed, 101 insertions, 59 deletions
diff --git a/tests/cassettes/test_list_add_remove_account.yaml b/tests/cassettes/test_list_add_remove_account.yaml
index f1b1989..15d929a 100644
--- a/tests/cassettes/test_list_add_remove_account.yaml
+++ b/tests/cassettes/test_list_add_remove_account.yaml
@@ -12,17 +12,20 @@ interactions:
12 method: POST 12 method: POST
13 uri: http://localhost:3000/api/v1/lists 13 uri: http://localhost:3000/api/v1/lists
14 response: 14 response:
15 body: {string: '{"id":"8","title":"ham burglars"}'} 15 body: {string: '{"id":"3","title":"ham burglars"}'}
16 headers: 16 headers:
17 Cache-Control: ['max-age=0, private, must-revalidate'] 17 Cache-Control: ['max-age=0, private, must-revalidate']
18 Content-Type: [application/json; charset=utf-8] 18 Content-Type: [application/json; charset=utf-8]
19 ETag: [W/"328b76c12db09f0145d7614b4e91e6e7"] 19 ETag: [W/"bde5505077888aca5d296491d8b152f2"]
20 Referrer-Policy: [strict-origin-when-cross-origin]
20 Transfer-Encoding: [chunked] 21 Transfer-Encoding: [chunked]
21 Vary: ['Accept-Encoding, Origin'] 22 Vary: ['Accept-Encoding, Origin']
22 X-Content-Type-Options: [nosniff] 23 X-Content-Type-Options: [nosniff]
24 X-Download-Options: [noopen]
23 X-Frame-Options: [SAMEORIGIN] 25 X-Frame-Options: [SAMEORIGIN]
24 X-Request-Id: [63bf3d48-10c2-4783-81bb-1155a9d061be] 26 X-Permitted-Cross-Domain-Policies: [none]
25 X-Runtime: ['0.081142'] 27 X-Request-Id: [95613d6c-bbca-4d8b-9e63-7eda5c9b287d]
28 X-Runtime: ['0.078837']
26 X-XSS-Protection: [1; mode=block] 29 X-XSS-Protection: [1; mode=block]
27 content-length: ['33'] 30 content-length: ['33']
28 status: {code: 200, message: OK} 31 status: {code: 200, message: OK}
@@ -37,19 +40,22 @@ interactions:
37 method: GET 40 method: GET
38 uri: http://localhost:3000/api/v1/accounts/verify_credentials 41 uri: http://localhost:3000/api/v1/accounts/verify_credentials
39 response: 42 response:
40 body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"created_at":"2018-05-06T22:36:57.850Z","note":"\u003cp\u003e\u003c/p\u003e","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":3,"source":{"privacy":"public","sensitive":false,"note":""}}'} 43 body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2018-06-05T19:58:37.960Z","note":"\u003cp\u003e\u003c/p\u003e","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,"source":{"privacy":"public","sensitive":false,"note":"","fields":[]},"emojis":[],"fields":[]}'}
41 headers: 44 headers:
42 Cache-Control: ['max-age=0, private, must-revalidate'] 45 Cache-Control: ['max-age=0, private, must-revalidate']
43 Content-Type: [application/json; charset=utf-8] 46 Content-Type: [application/json; charset=utf-8]
44 ETag: [W/"51219e03abcdd2d127bb724fe0a838d6"] 47 ETag: [W/"13e690525c13a9baa91204f3d37766d3"]
48 Referrer-Policy: [strict-origin-when-cross-origin]
45 Transfer-Encoding: [chunked] 49 Transfer-Encoding: [chunked]
46 Vary: ['Accept-Encoding, Origin'] 50 Vary: ['Accept-Encoding, Origin']
47 X-Content-Type-Options: [nosniff] 51 X-Content-Type-Options: [nosniff]
52 X-Download-Options: [noopen]
48 X-Frame-Options: [SAMEORIGIN] 53 X-Frame-Options: [SAMEORIGIN]
49 X-Request-Id: [ae0a8daf-439e-41a0-8dc0-a1c09d6ba23d] 54 X-Permitted-Cross-Domain-Policies: [none]
50 X-Runtime: ['0.030964'] 55 X-Request-Id: [e87830c8-e61c-4976-9558-a3ec27349b1c]
56 X-Runtime: ['0.057113']
51 X-XSS-Protection: [1; mode=block] 57 X-XSS-Protection: [1; mode=block]
52 content-length: ['570'] 58 content-length: ['618']
53 status: {code: 200, message: OK} 59 status: {code: 200, message: OK}
54- request: 60- request:
55 body: null 61 body: null
@@ -67,13 +73,16 @@ interactions:
67 headers: 73 headers:
68 Cache-Control: ['max-age=0, private, must-revalidate'] 74 Cache-Control: ['max-age=0, private, must-revalidate']
69 Content-Type: [application/json; charset=utf-8] 75 Content-Type: [application/json; charset=utf-8]
70 ETag: [W/"59cea16408d19a2c8e297a2d876641e2"] 76 ETag: [W/"594ca73cca2f5b3858f980d2876be423"]
77 Referrer-Policy: [strict-origin-when-cross-origin]
71 Transfer-Encoding: [chunked] 78 Transfer-Encoding: [chunked]
72 Vary: ['Accept-Encoding, Origin'] 79 Vary: ['Accept-Encoding, Origin']
73 X-Content-Type-Options: [nosniff] 80 X-Content-Type-Options: [nosniff]
81 X-Download-Options: [noopen]
74 X-Frame-Options: [SAMEORIGIN] 82 X-Frame-Options: [SAMEORIGIN]
75 X-Request-Id: [3e8acee9-a698-429c-8961-e34ede94fd3c] 83 X-Permitted-Cross-Domain-Policies: [none]
76 X-Runtime: ['0.090359'] 84 X-Request-Id: [193fe503-6915-4717-add4-355f4985c7fa]
85 X-Runtime: ['0.234446']
77 X-XSS-Protection: [1; mode=block] 86 X-XSS-Protection: [1; mode=block]
78 content-length: ['174'] 87 content-length: ['174']
79 status: {code: 200, message: OK} 88 status: {code: 200, message: OK}
@@ -88,19 +97,22 @@ interactions:
88 Content-Type: [application/x-www-form-urlencoded] 97 Content-Type: [application/x-www-form-urlencoded]
89 User-Agent: [python-requests/2.9.1] 98 User-Agent: [python-requests/2.9.1]
90 method: POST 99 method: POST
91 uri: http://localhost:3000/api/v1/lists/8/accounts 100 uri: http://localhost:3000/api/v1/lists/3/accounts
92 response: 101 response:
93 body: {string: '{}'} 102 body: {string: '{}'}
94 headers: 103 headers:
95 Cache-Control: ['max-age=0, private, must-revalidate'] 104 Cache-Control: ['max-age=0, private, must-revalidate']
96 Content-Type: [application/json; charset=utf-8] 105 Content-Type: [application/json; charset=utf-8]
97 ETag: [W/"6bb4ddcbb13629baf8bc211517f0439b"] 106 ETag: [W/"be789cced1cf6f3b9b169fcd8f78983a"]
107 Referrer-Policy: [strict-origin-when-cross-origin]
98 Transfer-Encoding: [chunked] 108 Transfer-Encoding: [chunked]
99 Vary: ['Accept-Encoding, Origin'] 109 Vary: ['Accept-Encoding, Origin']
100 X-Content-Type-Options: [nosniff] 110 X-Content-Type-Options: [nosniff]
111 X-Download-Options: [noopen]
101 X-Frame-Options: [SAMEORIGIN] 112 X-Frame-Options: [SAMEORIGIN]
102 X-Request-Id: [13e80769-a2d4-457d-a00a-147b8cad42a6] 113 X-Permitted-Cross-Domain-Policies: [none]
103 X-Runtime: ['0.042176'] 114 X-Request-Id: [0ff8ad28-45bc-47f9-9ce7-28e255b6381d]
115 X-Runtime: ['0.195713']
104 X-XSS-Protection: [1; mode=block] 116 X-XSS-Protection: [1; mode=block]
105 content-length: ['2'] 117 content-length: ['2']
106 status: {code: 200, message: OK} 118 status: {code: 200, message: OK}
@@ -113,22 +125,25 @@ interactions:
113 Connection: [keep-alive] 125 Connection: [keep-alive]
114 User-Agent: [python-requests/2.9.1] 126 User-Agent: [python-requests/2.9.1]
115 method: GET 127 method: GET
116 uri: http://localhost:3000/api/v1/lists/8/accounts 128 uri: http://localhost:3000/api/v1/lists/3/accounts
117 response: 129 response:
118 body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"created_at":"2018-05-06T22:36:57.850Z","note":"\u003cp\u003e\u003c/p\u003e","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":3}]'} 130 body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2018-06-05T19:58:37.960Z","note":"\u003cp\u003e\u003c/p\u003e","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":0,"emojis":[],"fields":[]}]'}
119 headers: 131 headers:
120 Cache-Control: ['max-age=0, private, must-revalidate'] 132 Cache-Control: ['max-age=0, private, must-revalidate']
121 Content-Type: [application/json; charset=utf-8] 133 Content-Type: [application/json; charset=utf-8]
122 ETag: [W/"cc3727947221dba281a057c2b702bc8d"] 134 ETag: [W/"07551ac8055da6dd5d355f8aad21fc4c"]
123 Link: ['<http://localhost:3000/api/v1/lists/8/accounts?since_id=1>; rel="prev"'] 135 Link: ['<http://localhost:3000/api/v1/lists/3/accounts?since_id=1>; rel="prev"']
136 Referrer-Policy: [strict-origin-when-cross-origin]
124 Transfer-Encoding: [chunked] 137 Transfer-Encoding: [chunked]
125 Vary: ['Accept-Encoding, Origin'] 138 Vary: ['Accept-Encoding, Origin']
126 X-Content-Type-Options: [nosniff] 139 X-Content-Type-Options: [nosniff]
140 X-Download-Options: [noopen]
127 X-Frame-Options: [SAMEORIGIN] 141 X-Frame-Options: [SAMEORIGIN]
128 X-Request-Id: [64a33c58-870d-48c3-b39e-e5dda36b83be] 142 X-Permitted-Cross-Domain-Policies: [none]
129 X-Runtime: ['0.022297'] 143 X-Request-Id: [42f84919-12f9-4e03-8d35-ec6eb725034a]
144 X-Runtime: ['0.078360']
130 X-XSS-Protection: [1; mode=block] 145 X-XSS-Protection: [1; mode=block]
131 content-length: ['514'] 146 content-length: ['550']
132 status: {code: 200, message: OK} 147 status: {code: 200, message: OK}
133- request: 148- request:
134 body: null 149 body: null
@@ -146,13 +161,16 @@ interactions:
146 headers: 161 headers:
147 Cache-Control: ['max-age=0, private, must-revalidate'] 162 Cache-Control: ['max-age=0, private, must-revalidate']
148 Content-Type: [application/json; charset=utf-8] 163 Content-Type: [application/json; charset=utf-8]
149 ETag: [W/"154a16f1bddeede929a23e7fcee2a4dc"] 164 ETag: [W/"ecba6a18a8cb8442f0079a10ff3fbbf0"]
165 Referrer-Policy: [strict-origin-when-cross-origin]
150 Transfer-Encoding: [chunked] 166 Transfer-Encoding: [chunked]
151 Vary: ['Accept-Encoding, Origin'] 167 Vary: ['Accept-Encoding, Origin']
152 X-Content-Type-Options: [nosniff] 168 X-Content-Type-Options: [nosniff]
169 X-Download-Options: [noopen]
153 X-Frame-Options: [SAMEORIGIN] 170 X-Frame-Options: [SAMEORIGIN]
154 X-Request-Id: [6afceb5e-79b2-4241-8cca-c5eebd49155c] 171 X-Permitted-Cross-Domain-Policies: [none]
155 X-Runtime: ['0.042518'] 172 X-Request-Id: [5bd3f41f-72f1-4528-87fb-c1a84d488d3a]
173 X-Runtime: ['0.140527']
156 X-XSS-Protection: [1; mode=block] 174 X-XSS-Protection: [1; mode=block]
157 content-length: ['175'] 175 content-length: ['175']
158 status: {code: 200, message: OK} 176 status: {code: 200, message: OK}
@@ -165,19 +183,22 @@ interactions:
165 Connection: [keep-alive] 183 Connection: [keep-alive]
166 User-Agent: [python-requests/2.9.1] 184 User-Agent: [python-requests/2.9.1]
167 method: GET 185 method: GET
168 uri: http://localhost:3000/api/v1/lists/8/accounts 186 uri: http://localhost:3000/api/v1/lists/3/accounts
169 response: 187 response:
170 body: {string: '[]'} 188 body: {string: '[]'}
171 headers: 189 headers:
172 Cache-Control: ['max-age=0, private, must-revalidate'] 190 Cache-Control: ['max-age=0, private, must-revalidate']
173 Content-Type: [application/json; charset=utf-8] 191 Content-Type: [application/json; charset=utf-8]
174 ETag: [W/"63ae851c512de5986836516ffcb2575a"] 192 ETag: [W/"066c06a3289a5697d51f5e8a39d6c906"]
193 Referrer-Policy: [strict-origin-when-cross-origin]
175 Transfer-Encoding: [chunked] 194 Transfer-Encoding: [chunked]
176 Vary: ['Accept-Encoding, Origin'] 195 Vary: ['Accept-Encoding, Origin']
177 X-Content-Type-Options: [nosniff] 196 X-Content-Type-Options: [nosniff]
197 X-Download-Options: [noopen]
178 X-Frame-Options: [SAMEORIGIN] 198 X-Frame-Options: [SAMEORIGIN]
179 X-Request-Id: [b991d96f-ad03-4377-ae07-7cc2ee81b88f] 199 X-Permitted-Cross-Domain-Policies: [none]
180 X-Runtime: ['0.025365'] 200 X-Request-Id: [a973e6dd-fa10-4d3e-b204-0f474621472e]
201 X-Runtime: ['0.055322']
181 X-XSS-Protection: [1; mode=block] 202 X-XSS-Protection: [1; mode=block]
182 content-length: ['2'] 203 content-length: ['2']
183 status: {code: 200, message: OK} 204 status: {code: 200, message: OK}
@@ -197,13 +218,16 @@ interactions:
197 headers: 218 headers:
198 Cache-Control: ['max-age=0, private, must-revalidate'] 219 Cache-Control: ['max-age=0, private, must-revalidate']
199 Content-Type: [application/json; charset=utf-8] 220 Content-Type: [application/json; charset=utf-8]
200 ETag: [W/"59cea16408d19a2c8e297a2d876641e2"] 221 ETag: [W/"5b25f6a87748efb778aab093f8a05626"]
222 Referrer-Policy: [strict-origin-when-cross-origin]
201 Transfer-Encoding: [chunked] 223 Transfer-Encoding: [chunked]
202 Vary: ['Accept-Encoding, Origin'] 224 Vary: ['Accept-Encoding, Origin']
203 X-Content-Type-Options: [nosniff] 225 X-Content-Type-Options: [nosniff]
226 X-Download-Options: [noopen]
204 X-Frame-Options: [SAMEORIGIN] 227 X-Frame-Options: [SAMEORIGIN]
205 X-Request-Id: [545d42a3-73f4-4e9d-b015-1b49347a494c] 228 X-Permitted-Cross-Domain-Policies: [none]
206 X-Runtime: ['0.096240'] 229 X-Request-Id: [a06e8b28-8724-451e-8378-715eb7d98d72]
230 X-Runtime: ['0.210418']
207 X-XSS-Protection: [1; mode=block] 231 X-XSS-Protection: [1; mode=block]
208 content-length: ['174'] 232 content-length: ['174']
209 status: {code: 200, message: OK} 233 status: {code: 200, message: OK}
@@ -218,19 +242,22 @@ interactions:
218 Content-Type: [application/x-www-form-urlencoded] 242 Content-Type: [application/x-www-form-urlencoded]
219 User-Agent: [python-requests/2.9.1] 243 User-Agent: [python-requests/2.9.1]
220 method: POST 244 method: POST
221 uri: http://localhost:3000/api/v1/lists/8/accounts 245 uri: http://localhost:3000/api/v1/lists/3/accounts
222 response: 246 response:
223 body: {string: '{}'} 247 body: {string: '{}'}
224 headers: 248 headers:
225 Cache-Control: ['max-age=0, private, must-revalidate'] 249 Cache-Control: ['max-age=0, private, must-revalidate']
226 Content-Type: [application/json; charset=utf-8] 250 Content-Type: [application/json; charset=utf-8]
227 ETag: [W/"6bb4ddcbb13629baf8bc211517f0439b"] 251 ETag: [W/"be789cced1cf6f3b9b169fcd8f78983a"]
252 Referrer-Policy: [strict-origin-when-cross-origin]
228 Transfer-Encoding: [chunked] 253 Transfer-Encoding: [chunked]
229 Vary: ['Accept-Encoding, Origin'] 254 Vary: ['Accept-Encoding, Origin']
230 X-Content-Type-Options: [nosniff] 255 X-Content-Type-Options: [nosniff]
256 X-Download-Options: [noopen]
231 X-Frame-Options: [SAMEORIGIN] 257 X-Frame-Options: [SAMEORIGIN]
232 X-Request-Id: [2e7487a6-95e4-4d42-9494-ff7d1ac07af4] 258 X-Permitted-Cross-Domain-Policies: [none]
233 X-Runtime: ['0.048526'] 259 X-Request-Id: [6a6fe4f4-f15b-4d37-849c-e28cf491e81f]
260 X-Runtime: ['0.090445']
234 X-XSS-Protection: [1; mode=block] 261 X-XSS-Protection: [1; mode=block]
235 content-length: ['2'] 262 content-length: ['2']
236 status: {code: 200, message: OK} 263 status: {code: 200, message: OK}
@@ -243,22 +270,25 @@ interactions:
243 Connection: [keep-alive] 270 Connection: [keep-alive]
244 User-Agent: [python-requests/2.9.1] 271 User-Agent: [python-requests/2.9.1]
245 method: GET 272 method: GET
246 uri: http://localhost:3000/api/v1/lists/8/accounts 273 uri: http://localhost:3000/api/v1/lists/3/accounts
247 response: 274 response:
248 body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"created_at":"2018-05-06T22:36:57.850Z","note":"\u003cp\u003e\u003c/p\u003e","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":3}]'} 275 body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2018-06-05T19:58:37.960Z","note":"\u003cp\u003e\u003c/p\u003e","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":0,"emojis":[],"fields":[]}]'}
249 headers: 276 headers:
250 Cache-Control: ['max-age=0, private, must-revalidate'] 277 Cache-Control: ['max-age=0, private, must-revalidate']
251 Content-Type: [application/json; charset=utf-8] 278 Content-Type: [application/json; charset=utf-8]
252 ETag: [W/"cc3727947221dba281a057c2b702bc8d"] 279 ETag: [W/"07551ac8055da6dd5d355f8aad21fc4c"]
253 Link: ['<http://localhost:3000/api/v1/lists/8/accounts?since_id=1>; rel="prev"'] 280 Link: ['<http://localhost:3000/api/v1/lists/3/accounts?since_id=1>; rel="prev"']
281 Referrer-Policy: [strict-origin-when-cross-origin]
254 Transfer-Encoding: [chunked] 282 Transfer-Encoding: [chunked]
255 Vary: ['Accept-Encoding, Origin'] 283 Vary: ['Accept-Encoding, Origin']
256 X-Content-Type-Options: [nosniff] 284 X-Content-Type-Options: [nosniff]
285 X-Download-Options: [noopen]
257 X-Frame-Options: [SAMEORIGIN] 286 X-Frame-Options: [SAMEORIGIN]
258 X-Request-Id: [5f326dcc-b014-477e-8f08-078d29165781] 287 X-Permitted-Cross-Domain-Policies: [none]
259 X-Runtime: ['0.024821'] 288 X-Request-Id: [798c8097-973a-4131-bf67-d5c9eaead3ce]
289 X-Runtime: ['0.097808']
260 X-XSS-Protection: [1; mode=block] 290 X-XSS-Protection: [1; mode=block]
261 content-length: ['514'] 291 content-length: ['550']
262 status: {code: 200, message: OK} 292 status: {code: 200, message: OK}
263- request: 293- request:
264 body: account_ids%5B%5D=1 294 body: account_ids%5B%5D=1
@@ -271,19 +301,22 @@ interactions:
271 Content-Type: [application/x-www-form-urlencoded] 301 Content-Type: [application/x-www-form-urlencoded]
272 User-Agent: [python-requests/2.9.1] 302 User-Agent: [python-requests/2.9.1]
273 method: DELETE 303 method: DELETE
274 uri: http://localhost:3000/api/v1/lists/8/accounts 304 uri: http://localhost:3000/api/v1/lists/3/accounts
275 response: 305 response:
276 body: {string: '{}'} 306 body: {string: '{}'}
277 headers: 307 headers:
278 Cache-Control: ['max-age=0, private, must-revalidate'] 308 Cache-Control: ['max-age=0, private, must-revalidate']
279 Content-Type: [application/json; charset=utf-8] 309 Content-Type: [application/json; charset=utf-8]
280 ETag: [W/"6bb4ddcbb13629baf8bc211517f0439b"] 310 ETag: [W/"be789cced1cf6f3b9b169fcd8f78983a"]
311 Referrer-Policy: [strict-origin-when-cross-origin]
281 Transfer-Encoding: [chunked] 312 Transfer-Encoding: [chunked]
282 Vary: ['Accept-Encoding, Origin'] 313 Vary: ['Accept-Encoding, Origin']
283 X-Content-Type-Options: [nosniff] 314 X-Content-Type-Options: [nosniff]
315 X-Download-Options: [noopen]
284 X-Frame-Options: [SAMEORIGIN] 316 X-Frame-Options: [SAMEORIGIN]
285 X-Request-Id: [6878937f-0332-4712-8231-9df81780f4cc] 317 X-Permitted-Cross-Domain-Policies: [none]
286 X-Runtime: ['0.023186'] 318 X-Request-Id: [c5da21cf-6663-4ab7-bb1a-6682696fecaf]
319 X-Runtime: ['0.116511']
287 X-XSS-Protection: [1; mode=block] 320 X-XSS-Protection: [1; mode=block]
288 content-length: ['2'] 321 content-length: ['2']
289 status: {code: 200, message: OK} 322 status: {code: 200, message: OK}
@@ -296,19 +329,22 @@ interactions:
296 Connection: [keep-alive] 329 Connection: [keep-alive]
297 User-Agent: [python-requests/2.9.1] 330 User-Agent: [python-requests/2.9.1]
298 method: GET 331 method: GET
299 uri: http://localhost:3000/api/v1/lists/8/accounts 332 uri: http://localhost:3000/api/v1/lists/3/accounts
300 response: 333 response:
301 body: {string: '[]'} 334 body: {string: '[]'}
302 headers: 335 headers:
303 Cache-Control: ['max-age=0, private, must-revalidate'] 336 Cache-Control: ['max-age=0, private, must-revalidate']
304 Content-Type: [application/json; charset=utf-8] 337 Content-Type: [application/json; charset=utf-8]
305 ETag: [W/"63ae851c512de5986836516ffcb2575a"] 338 ETag: [W/"ec7d48a48a179065469d220bf9c93b19"]
339 Referrer-Policy: [strict-origin-when-cross-origin]
306 Transfer-Encoding: [chunked] 340 Transfer-Encoding: [chunked]
307 Vary: ['Accept-Encoding, Origin'] 341 Vary: ['Accept-Encoding, Origin']
308 X-Content-Type-Options: [nosniff] 342 X-Content-Type-Options: [nosniff]
343 X-Download-Options: [noopen]
309 X-Frame-Options: [SAMEORIGIN] 344 X-Frame-Options: [SAMEORIGIN]
310 X-Request-Id: [d8cf47a2-eca7-4b83-a7eb-c5d04f0cbb53] 345 X-Permitted-Cross-Domain-Policies: [none]
311 X-Runtime: ['0.033156'] 346 X-Request-Id: [329c21b7-d696-4be7-9b01-444ef0a4218e]
347 X-Runtime: ['0.090281']
312 X-XSS-Protection: [1; mode=block] 348 X-XSS-Protection: [1; mode=block]
313 content-length: ['2'] 349 content-length: ['2']
314 status: {code: 200, message: OK} 350 status: {code: 200, message: OK}
@@ -328,13 +364,16 @@ interactions:
328 headers: 364 headers:
329 Cache-Control: ['max-age=0, private, must-revalidate'] 365 Cache-Control: ['max-age=0, private, must-revalidate']
330 Content-Type: [application/json; charset=utf-8] 366 Content-Type: [application/json; charset=utf-8]
331 ETag: [W/"154a16f1bddeede929a23e7fcee2a4dc"] 367 ETag: [W/"a568ec71044d7f152116322ab4a1a571"]
368 Referrer-Policy: [strict-origin-when-cross-origin]
332 Transfer-Encoding: [chunked] 369 Transfer-Encoding: [chunked]
333 Vary: ['Accept-Encoding, Origin'] 370 Vary: ['Accept-Encoding, Origin']
334 X-Content-Type-Options: [nosniff] 371 X-Content-Type-Options: [nosniff]
372 X-Download-Options: [noopen]
335 X-Frame-Options: [SAMEORIGIN] 373 X-Frame-Options: [SAMEORIGIN]
336 X-Request-Id: [ad5ec800-caff-4768-bff8-7fc90dd880f8] 374 X-Permitted-Cross-Domain-Policies: [none]
337 X-Runtime: ['0.049595'] 375 X-Request-Id: [6ad7fefb-a2d7-4c30-991c-a158a714cbe9]
376 X-Runtime: ['0.146337']
338 X-XSS-Protection: [1; mode=block] 377 X-XSS-Protection: [1; mode=block]
339 content-length: ['175'] 378 content-length: ['175']
340 status: {code: 200, message: OK} 379 status: {code: 200, message: OK}
@@ -348,19 +387,22 @@ interactions:
348 Content-Length: ['0'] 387 Content-Length: ['0']
349 User-Agent: [python-requests/2.9.1] 388 User-Agent: [python-requests/2.9.1]
350 method: DELETE 389 method: DELETE
351 uri: http://localhost:3000/api/v1/lists/8 390 uri: http://localhost:3000/api/v1/lists/3
352 response: 391 response:
353 body: {string: '{}'} 392 body: {string: '{}'}
354 headers: 393 headers:
355 Cache-Control: ['max-age=0, private, must-revalidate'] 394 Cache-Control: ['max-age=0, private, must-revalidate']
356 Content-Type: [application/json; charset=utf-8] 395 Content-Type: [application/json; charset=utf-8]
357 ETag: [W/"6bb4ddcbb13629baf8bc211517f0439b"] 396 ETag: [W/"1bcae3c8085c32f992827719e2ff0cdf"]
397 Referrer-Policy: [strict-origin-when-cross-origin]
358 Transfer-Encoding: [chunked] 398 Transfer-Encoding: [chunked]
359 Vary: ['Accept-Encoding, Origin'] 399 Vary: ['Accept-Encoding, Origin']
360 X-Content-Type-Options: [nosniff] 400 X-Content-Type-Options: [nosniff]
401 X-Download-Options: [noopen]
361 X-Frame-Options: [SAMEORIGIN] 402 X-Frame-Options: [SAMEORIGIN]
362 X-Request-Id: [42fc2f7d-ca92-4825-bcbb-22e995174844] 403 X-Permitted-Cross-Domain-Policies: [none]
363 X-Runtime: ['0.028578'] 404 X-Request-Id: [1f5cc011-fa34-48a5-a8dd-598575d1d012]
405 X-Runtime: ['0.083378']
364 X-XSS-Protection: [1; mode=block] 406 X-XSS-Protection: [1; mode=block]
365 content-length: ['2'] 407 content-length: ['2']
366 status: {code: 200, message: OK} 408 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)