aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_account_followers.yaml')
-rw-r--r--tests/cassettes/test_account_followers.yaml13
1 files changed, 8 insertions, 5 deletions
diff --git a/tests/cassettes/test_account_followers.yaml b/tests/cassettes/test_account_followers.yaml
index 60c15c6..c13be00 100644
--- a/tests/cassettes/test_account_followers.yaml
+++ b/tests/cassettes/test_account_followers.yaml
@@ -10,11 +10,14 @@ interactions:
10 method: GET 10 method: GET
11 uri: http://localhost:3000/api/v1/accounts/1/followers 11 uri: http://localhost:3000/api/v1/accounts/1/followers
12 response: 12 response:
13 body: {string: '[]'} 13 body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
14 Lennon","locked":true,"bot":false,"created_at":"2018-07-13T23:02:25.260Z","note":"\u003cp\u003eI
15 walk funny\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test","avatar":"http://localhost:3000/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg","avatar_static":"http://localhost:3000/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg","header":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg","header_static":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg","followers_count":0,"following_count":1,"statuses_count":91,"emojis":[],"fields":[{"name":"bread","value":"toasty."},{"name":"lasagna","value":"no!!!"}]}]'}
14 headers: 16 headers:
15 Cache-Control: ['max-age=0, private, must-revalidate'] 17 Cache-Control: ['max-age=0, private, must-revalidate']
16 Content-Type: [application/json; charset=utf-8] 18 Content-Type: [application/json; charset=utf-8]
17 ETag: [W/"573082b711c5e9cb9dfd1bef03d669a2"] 19 ETag: [W/"f69ffe24716111adc344ce4a673b9e96"]
20 Link: ['<http://localhost:3000/api/v1/accounts/1/followers?since_id=27>; rel="prev"']
18 Referrer-Policy: [strict-origin-when-cross-origin] 21 Referrer-Policy: [strict-origin-when-cross-origin]
19 Transfer-Encoding: [chunked] 22 Transfer-Encoding: [chunked]
20 Vary: ['Accept-Encoding, Origin'] 23 Vary: ['Accept-Encoding, Origin']
@@ -22,9 +25,9 @@ interactions:
22 X-Download-Options: [noopen] 25 X-Download-Options: [noopen]
23 X-Frame-Options: [SAMEORIGIN] 26 X-Frame-Options: [SAMEORIGIN]
24 X-Permitted-Cross-Domain-Policies: [none] 27 X-Permitted-Cross-Domain-Policies: [none]
25 X-Request-Id: [13b86ba2-b4fa-478e-ad87-9103b417c302] 28 X-Request-Id: [27d2d502-4835-4b52-a3b0-bbde6fdc9869]
26 X-Runtime: ['0.024299'] 29 X-Runtime: ['0.036106']
27 X-XSS-Protection: [1; mode=block] 30 X-XSS-Protection: [1; mode=block]
28 content-length: ['2'] 31 content-length: ['875']
29 status: {code: 200, message: OK} 32 status: {code: 200, message: OK}
30version: 1 33version: 1
Powered by cgit v1.2.3 (git 2.41.0)