aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-10-12 23:03:14 +0200
committerLorenz Diener <[email protected]>2019-10-12 23:03:14 +0200
commit0b3b2c31a024a335a9e52e93c350f1a214a92219 (patch)
treecbe224dc43430de144c1be6919f04bb812c458ca /tests/cassettes/test_account_relationships.yaml
parent45908b6f4e9c66fe102b30764e6d153a8d0339a5 (diff)
downloadmastodon.py-0b3b2c31a024a335a9e52e93c350f1a214a92219.tar.gz
Pre-release full testsuite updated run
Diffstat (limited to 'tests/cassettes/test_account_relationships.yaml')
-rw-r--r--tests/cassettes/test_account_relationships.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/cassettes/test_account_relationships.yaml b/tests/cassettes/test_account_relationships.yaml
index 5bac6af..915e4f3 100644
--- a/tests/cassettes/test_account_relationships.yaml
+++ b/tests/cassettes/test_account_relationships.yaml
@@ -10,7 +10,7 @@ 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":false,"showing_reblogs":false,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}]'} 13 body: {string: '[{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}]'}
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]
@@ -21,9 +21,9 @@ interactions:
21 X-Download-Options: [noopen] 21 X-Download-Options: [noopen]
22 X-Frame-Options: [SAMEORIGIN] 22 X-Frame-Options: [SAMEORIGIN]
23 X-Permitted-Cross-Domain-Policies: [none] 23 X-Permitted-Cross-Domain-Policies: [none]
24 X-Request-Id: [5823279b-07cd-4bbb-9912-d91c4c06e9ee] 24 X-Request-Id: [42b7440e-f354-46fc-83ec-2b6d8486f711]
25 X-Runtime: ['0.029708'] 25 X-Runtime: ['0.031830']
26 X-XSS-Protection: [1; mode=block] 26 X-XSS-Protection: [1; mode=block]
27 content-length: ['213'] 27 content-length: ['211']
28 status: {code: 200, message: OK} 28 status: {code: 200, message: OK}
29version: 1 29version: 1
Powered by cgit v1.2.3 (git 2.41.0)