aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-04-27 21:04:06 +0200
committerLorenz Diener <[email protected]>2019-04-27 21:04:06 +0200
commite3936649745a627fa2c31fc7b8602793b7d6027b (patch)
treec478eb7f45acbfe63faec6151a23658dfc0da3e6 /tests/cassettes/test_account_follow_unfollow.yaml
parentc1418e9f3f37319d5142e0fa058e2eab434c4e5d (diff)
downloadmastodon.py-e3936649745a627fa2c31fc7b8602793b7d6027b.tar.gz
Test fixups and small 2.8 fixes
Pagination backwards is broken presently.
Diffstat (limited to 'tests/cassettes/test_account_follow_unfollow.yaml')
-rw-r--r--tests/cassettes/test_account_follow_unfollow.yaml20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/cassettes/test_account_follow_unfollow.yaml b/tests/cassettes/test_account_follow_unfollow.yaml
index c4c19c0..a5bdf96 100644
--- a/tests/cassettes/test_account_follow_unfollow.yaml
+++ b/tests/cassettes/test_account_follow_unfollow.yaml
@@ -12,11 +12,11 @@ interactions:
12 method: POST 12 method: POST
13 uri: http://localhost:3000/api/v1/accounts/1/follow 13 uri: http://localhost:3000/api/v1/accounts/1/follow
14 response: 14 response:
15 body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false}'} 15 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}'}
16 headers: 16 headers:
17 Cache-Control: ['max-age=0, private, must-revalidate'] 17 Cache-Control: ['max-age=0, private, must-revalidate']
18 Content-Type: [application/json; charset=utf-8] 18 Content-Type: [application/json; charset=utf-8]
19 ETag: [W/"bc9fd39e41f439919274b937387bab3e"] 19 ETag: [W/"9f0c01526fdbe9beed863514654c8a27"]
20 Referrer-Policy: [strict-origin-when-cross-origin] 20 Referrer-Policy: [strict-origin-when-cross-origin]
21 Transfer-Encoding: [chunked] 21 Transfer-Encoding: [chunked]
22 Vary: ['Accept-Encoding, Origin'] 22 Vary: ['Accept-Encoding, Origin']
@@ -24,10 +24,10 @@ interactions:
24 X-Download-Options: [noopen] 24 X-Download-Options: [noopen]
25 X-Frame-Options: [SAMEORIGIN] 25 X-Frame-Options: [SAMEORIGIN]
26 X-Permitted-Cross-Domain-Policies: [none] 26 X-Permitted-Cross-Domain-Policies: [none]
27 X-Request-Id: [988b50cc-7b82-4b51-9845-b5aa2f442b5a] 27 X-Request-Id: [aeeea112-0858-4b3b-ad38-01ce548657c9]
28 X-Runtime: ['0.103740'] 28 X-Runtime: ['0.080318']
29 X-XSS-Protection: [1; mode=block] 29 X-XSS-Protection: [1; mode=block]
30 content-length: ['173'] 30 content-length: ['209']
31 status: {code: 200, message: OK} 31 status: {code: 200, message: OK}
32- request: 32- request:
33 body: null 33 body: null
@@ -41,11 +41,11 @@ interactions:
41 method: POST 41 method: POST
42 uri: http://localhost:3000/api/v1/accounts/1/unfollow 42 uri: http://localhost:3000/api/v1/accounts/1/unfollow
43 response: 43 response:
44 body: {string: '{"id":"1","following":false,"showing_reblogs":false,"followed_by":false,"blocking":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false}'} 44 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}'}
45 headers: 45 headers:
46 Cache-Control: ['max-age=0, private, must-revalidate'] 46 Cache-Control: ['max-age=0, private, must-revalidate']
47 Content-Type: [application/json; charset=utf-8] 47 Content-Type: [application/json; charset=utf-8]
48 ETag: [W/"2faa51ebd74eb174c9125d103f2f9731"] 48 ETag: [W/"93a1f854f426a7241ace77f72b5209db"]
49 Referrer-Policy: [strict-origin-when-cross-origin] 49 Referrer-Policy: [strict-origin-when-cross-origin]
50 Transfer-Encoding: [chunked] 50 Transfer-Encoding: [chunked]
51 Vary: ['Accept-Encoding, Origin'] 51 Vary: ['Accept-Encoding, Origin']
@@ -53,9 +53,9 @@ interactions:
53 X-Download-Options: [noopen] 53 X-Download-Options: [noopen]
54 X-Frame-Options: [SAMEORIGIN] 54 X-Frame-Options: [SAMEORIGIN]
55 X-Permitted-Cross-Domain-Policies: [none] 55 X-Permitted-Cross-Domain-Policies: [none]
56 X-Request-Id: [06a31a89-cbac-46b8-97a6-5c18a00655bc] 56 X-Request-Id: [1211c69f-cd82-4599-9545-e8c819aa9350]
57 X-Runtime: ['0.133942'] 57 X-Runtime: ['0.147866']
58 X-XSS-Protection: [1; mode=block] 58 X-XSS-Protection: [1; mode=block]
59 content-length: ['175'] 59 content-length: ['211']
60 status: {code: 200, message: OK} 60 status: {code: 200, message: OK}
61version: 1 61version: 1
Powered by cgit v1.2.3 (git 2.41.0)