aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_account.yaml')
-rw-r--r--tests/cassettes/test_account.yaml13
1 files changed, 8 insertions, 5 deletions
diff --git a/tests/cassettes/test_account.yaml b/tests/cassettes/test_account.yaml
index 4a907eb..b715d18 100644
--- a/tests/cassettes/test_account.yaml
+++ b/tests/cassettes/test_account.yaml
@@ -10,18 +10,21 @@ interactions:
10 method: GET 10 method: GET
11 uri: http://localhost:3000/api/v1/accounts/1 11 uri: http://localhost:3000/api/v1/accounts/1
12 response: 12 response:
13 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}'} 13 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,"emojis":[],"fields":[]}'}
14 headers: 14 headers:
15 Cache-Control: ['max-age=0, private, must-revalidate'] 15 Cache-Control: ['max-age=0, private, must-revalidate']
16 Content-Type: [application/json; charset=utf-8] 16 Content-Type: [application/json; charset=utf-8]
17 ETag: [W/"46a13fd2ca4876e2ae3f16be4af80a94"] 17 ETag: [W/"e2b63c0bfd061f419fb3bead166f55ac"]
18 Referrer-Policy: [strict-origin-when-cross-origin]
18 Transfer-Encoding: [chunked] 19 Transfer-Encoding: [chunked]
19 Vary: ['Accept-Encoding, Origin'] 20 Vary: ['Accept-Encoding, Origin']
20 X-Content-Type-Options: [nosniff] 21 X-Content-Type-Options: [nosniff]
22 X-Download-Options: [noopen]
21 X-Frame-Options: [SAMEORIGIN] 23 X-Frame-Options: [SAMEORIGIN]
22 X-Request-Id: [21704ac0-e51d-40e8-a9e4-315a80c460cf] 24 X-Permitted-Cross-Domain-Policies: [none]
23 X-Runtime: ['0.017436'] 25 X-Request-Id: [01dee8a7-3c70-4cbd-ae9e-af7a137f0b5a]
26 X-Runtime: ['0.720053']
24 X-XSS-Protection: [1; mode=block] 27 X-XSS-Protection: [1; mode=block]
25 content-length: ['512'] 28 content-length: ['548']
26 status: {code: 200, message: OK} 29 status: {code: 200, message: OK}
27version: 1 30version: 1
Powered by cgit v1.2.3 (git 2.41.0)