aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_account_relationships.yaml')
-rw-r--r--tests/cassettes/test_account_relationships.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/cassettes/test_account_relationships.yaml b/tests/cassettes/test_account_relationships.yaml
index 96e4e0c..2dd1de2 100644
--- a/tests/cassettes/test_account_relationships.yaml
+++ b/tests/cassettes/test_account_relationships.yaml
@@ -6,22 +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/relationships?id=1 11 uri: http://localhost:3000/api/v1/accounts/relationships?id=1
12 response: 12 response:
13 body: {string: '[{"id":"1","following":false,"followed_by":false,"blocking":false,"muting":false,"requested":false,"domain_blocking":false}]'} 13 body: {string: '[{"id":"1","following":false,"showing_reblogs":false,"followed_by":false,"blocking":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false}]'}
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/"62305384b0a973eadd31ca6bca1133e9"] 17 ETag: [W/"3e42d518a1b884c880b4c2f0a1aa9bdb"]
18 Transfer-Encoding: [chunked] 18 Transfer-Encoding: [chunked]
19 Vary: ['Accept-Encoding, Origin'] 19 Vary: ['Accept-Encoding, Origin']
20 X-Content-Type-Options: [nosniff] 20 X-Content-Type-Options: [nosniff]
21 X-Frame-Options: [SAMEORIGIN] 21 X-Frame-Options: [SAMEORIGIN]
22 X-Request-Id: [825f3691-e858-4048-9dda-065917a2798a] 22 X-Request-Id: [e05b693c-fc55-4e85-ba66-87c03b4c84a0]
23 X-Runtime: ['0.031853'] 23 X-Runtime: ['0.044903']
24 X-XSS-Protection: [1; mode=block] 24 X-XSS-Protection: [1; mode=block]
25 content-length: ['124'] 25 content-length: ['177']
26 status: {code: 200, message: OK} 26 status: {code: 200, message: OK}
27version: 1 27version: 1
Powered by cgit v1.2.3 (git 2.41.0)