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_account_followers.yaml
parent36194fd60c8e5c6d30134134e32dd24981aee324 (diff)
downloadmastodon.py-18c6b3b90ff8bd607df18af86d092ac1205ffbf7.tar.gz
New casettes, small fixes
Diffstat (limited to 'tests/cassettes/test_account_followers.yaml')
-rw-r--r--tests/cassettes/test_account_followers.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/cassettes/test_account_followers.yaml b/tests/cassettes/test_account_followers.yaml
index dfc15d3..fbddc87 100644
--- a/tests/cassettes/test_account_followers.yaml
+++ b/tests/cassettes/test_account_followers.yaml
@@ -10,21 +10,21 @@ 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: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John 13 body: {string: '[]'}
14 Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","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":1}]'}
16 headers: 14 headers:
17 Cache-Control: ['max-age=0, private, must-revalidate'] 15 Cache-Control: ['max-age=0, private, must-revalidate']
18 Content-Type: [application/json; charset=utf-8] 16 Content-Type: [application/json; charset=utf-8]
19 ETag: [W/"38d22d88a801dd4cb986a0ddc6db518c"] 17 ETag: [W/"f81432fd8a70b8759403cae44fbff87f"]
20 Link: ['<http://localhost:3000/api/v1/accounts/1/followers?since_id=6>; rel="prev"'] 18 Referrer-Policy: [strict-origin-when-cross-origin]
21 Transfer-Encoding: [chunked] 19 Transfer-Encoding: [chunked]
22 Vary: ['Accept-Encoding, Origin'] 20 Vary: ['Accept-Encoding, Origin']
23 X-Content-Type-Options: [nosniff] 21 X-Content-Type-Options: [nosniff]
22 X-Download-Options: [noopen]
24 X-Frame-Options: [SAMEORIGIN] 23 X-Frame-Options: [SAMEORIGIN]
25 X-Request-Id: [85399a83-1d02-43d1-9dbd-610526c72a30] 24 X-Permitted-Cross-Domain-Policies: [none]
26 X-Runtime: ['0.056902'] 25 X-Request-Id: [d5babb0e-3f18-4c48-8f62-0dc114dbc864]
26 X-Runtime: ['0.200362']
27 X-XSS-Protection: [1; mode=block] 27 X-XSS-Protection: [1; mode=block]
28 content-length: ['769'] 28 content-length: ['2']
29 status: {code: 200, message: OK} 29 status: {code: 200, message: OK}
30version: 1 30version: 1
Powered by cgit v1.2.3 (git 2.41.0)