aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_account_relationships.yaml')
-rw-r--r--tests/cassettes/test_account_relationships.yaml13
1 files changed, 8 insertions, 5 deletions
diff --git a/tests/cassettes/test_account_relationships.yaml b/tests/cassettes/test_account_relationships.yaml
index 449507e..8466fe6 100644
--- a/tests/cassettes/test_account_relationships.yaml
+++ b/tests/cassettes/test_account_relationships.yaml
@@ -10,18 +10,21 @@ interactions:
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":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"muting":false,"muting_notifications":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/"565e770cf83ccb81e98e80fa5952a2dc"] 17 ETag: [W/"1c12a483c9a9cf8e734a39cb7167773d"]
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']
20 X-Content-Type-Options: [nosniff] 21 X-Content-Type-Options: [nosniff]
22 X-Download-Options: [noopen]
21 X-Frame-Options: [SAMEORIGIN] 23 X-Frame-Options: [SAMEORIGIN]
22 X-Request-Id: [161157ae-705b-4276-8119-88081b6f4b35] 24 X-Permitted-Cross-Domain-Policies: [none]
23 X-Runtime: ['0.026326'] 25 X-Request-Id: [2391ab89-b664-4fed-81ce-68e8b9dd9be2]
26 X-Runtime: ['0.222951']
24 X-XSS-Protection: [1; mode=block] 27 X-XSS-Protection: [1; mode=block]
25 content-length: ['175'] 28 content-length: ['177']
26 status: {code: 200, message: OK} 29 status: {code: 200, message: OK}
27version: 1 30version: 1
Powered by cgit v1.2.3 (git 2.41.0)