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, 6 insertions, 7 deletions
diff --git a/tests/cassettes/test_account_followers.yaml b/tests/cassettes/test_account_followers.yaml
index d2802fc..5145b9b 100644
--- a/tests/cassettes/test_account_followers.yaml
+++ b/tests/cassettes/test_account_followers.yaml
@@ -6,23 +6,22 @@ interactions:
6 Accept-Encoding: ['gzip, deflate'] 6 Accept-Encoding: ['gzip, deflate']
7 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] 7 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
8 Connection: [keep-alive] 8 Connection: [keep-alive]
9 User-Agent: [python-requests/2.18.4] 9 User-Agent: [python-requests/2.9.1]
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":"3","username":"codl","acct":"codl","display_name":"","locked":false,"created_at":"2017-11-14T11:40:31.289Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost:3000/@codl","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":1,"statuses_count":3}]'} 13 body: {string: '[]'}
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/"0fbc972d9b8f61435fef831aa4a846d3"] 17 ETag: [W/"d21cc31537780b09e689112cad9f33d5"]
18 Link: ['<http://localhost:3000/api/v1/accounts/1/followers?since_id=1>; rel="prev"']
19 Transfer-Encoding: [chunked] 18 Transfer-Encoding: [chunked]
20 Vary: ['Accept-Encoding, Origin'] 19 Vary: ['Accept-Encoding, Origin']
21 X-Content-Type-Options: [nosniff] 20 X-Content-Type-Options: [nosniff]
22 X-Frame-Options: [SAMEORIGIN] 21 X-Frame-Options: [SAMEORIGIN]
23 X-Request-Id: [c83243ad-be5c-4b16-acfc-5a18e80b7a88] 22 X-Request-Id: [0aaca704-7d4c-4389-b849-668b9ef09029]
24 X-Runtime: ['0.039199'] 23 X-Runtime: ['0.046318']
25 X-XSS-Protection: [1; mode=block] 24 X-XSS-Protection: [1; mode=block]
26 content-length: ['511'] 25 content-length: ['2']
27 status: {code: 200, message: OK} 26 status: {code: 200, message: OK}
28version: 1 27version: 1
Powered by cgit v1.2.3 (git 2.41.0)