aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_account_followers.yaml')
-rw-r--r--tests/cassettes/test_account_followers.yaml9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/cassettes/test_account_followers.yaml b/tests/cassettes/test_account_followers.yaml
index 0cc1ff0..f32ad6e 100644
--- a/tests/cassettes/test_account_followers.yaml
+++ b/tests/cassettes/test_account_followers.yaml
@@ -10,10 +10,11 @@ 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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"statuses_count":2,"last_status_at":"2019-10-12T20:55:05.311Z","emojis":[],"fields":[]}]'}
14 headers: 14 headers:
15 Cache-Control: ['no-cache, no-store'] 15 Cache-Control: ['no-cache, no-store']
16 Content-Type: [application/json; charset=utf-8] 16 Content-Type: [application/json; charset=utf-8]
17 Link: ['<http://localhost:3000/api/v1/accounts/1/followers?since_id=95>; rel="prev"']
17 Referrer-Policy: [strict-origin-when-cross-origin] 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']
@@ -21,9 +22,9 @@ interactions:
21 X-Download-Options: [noopen] 22 X-Download-Options: [noopen]
22 X-Frame-Options: [SAMEORIGIN] 23 X-Frame-Options: [SAMEORIGIN]
23 X-Permitted-Cross-Domain-Policies: [none] 24 X-Permitted-Cross-Domain-Policies: [none]
24 X-Request-Id: [508f378e-8f6c-4737-9979-d579e31c6cc6] 25 X-Request-Id: [4ac9ee5a-9181-45cb-8dc8-8310ae562d56]
25 X-Runtime: ['0.034634'] 26 X-Runtime: ['0.038805']
26 X-XSS-Protection: [1; mode=block] 27 X-XSS-Protection: [1; mode=block]
27 content-length: ['2'] 28 content-length: ['614']
28 status: {code: 200, message: OK} 29 status: {code: 200, message: OK}
29version: 1 30version: 1
Powered by cgit v1.2.3 (git 2.41.0)