aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-06-22 15:28:27 +0200
committerLorenz Diener <[email protected]>2019-06-22 15:28:27 +0200
commit052b7f7cd319bd39f5c9db1b0322e9e4445a123e (patch)
treea4f02a2f738a477f2cde36e209bc29ab4df78ebc /tests/cassettes/test_account_follow_unfollow.yaml
parent1a120f03939d36bc14bda0931819db0ab45908af (diff)
downloadmastodon.py-052b7f7cd319bd39f5c9db1b0322e9e4445a123e.tar.gz
Test fixups pre-2.9.1
Diffstat (limited to 'tests/cassettes/test_account_follow_unfollow.yaml')
-rw-r--r--tests/cassettes/test_account_follow_unfollow.yaml14
1 files changed, 6 insertions, 8 deletions
diff --git a/tests/cassettes/test_account_follow_unfollow.yaml b/tests/cassettes/test_account_follow_unfollow.yaml
index a5bdf96..1542350 100644
--- a/tests/cassettes/test_account_follow_unfollow.yaml
+++ b/tests/cassettes/test_account_follow_unfollow.yaml
@@ -14,9 +14,8 @@ interactions:
14 response: 14 response:
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}'} 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: ['no-cache, no-store']
18 Content-Type: [application/json; charset=utf-8] 18 Content-Type: [application/json; charset=utf-8]
19 ETag: [W/"9f0c01526fdbe9beed863514654c8a27"]
20 Referrer-Policy: [strict-origin-when-cross-origin] 19 Referrer-Policy: [strict-origin-when-cross-origin]
21 Transfer-Encoding: [chunked] 20 Transfer-Encoding: [chunked]
22 Vary: ['Accept-Encoding, Origin'] 21 Vary: ['Accept-Encoding, Origin']
@@ -24,8 +23,8 @@ interactions:
24 X-Download-Options: [noopen] 23 X-Download-Options: [noopen]
25 X-Frame-Options: [SAMEORIGIN] 24 X-Frame-Options: [SAMEORIGIN]
26 X-Permitted-Cross-Domain-Policies: [none] 25 X-Permitted-Cross-Domain-Policies: [none]
27 X-Request-Id: [aeeea112-0858-4b3b-ad38-01ce548657c9] 26 X-Request-Id: [c73d8bf4-b786-4ba9-a6e1-0c85ed6a9235]
28 X-Runtime: ['0.080318'] 27 X-Runtime: ['0.036470']
29 X-XSS-Protection: [1; mode=block] 28 X-XSS-Protection: [1; mode=block]
30 content-length: ['209'] 29 content-length: ['209']
31 status: {code: 200, message: OK} 30 status: {code: 200, message: OK}
@@ -43,9 +42,8 @@ interactions:
43 response: 42 response:
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}'} 43 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: 44 headers:
46 Cache-Control: ['max-age=0, private, must-revalidate'] 45 Cache-Control: ['no-cache, no-store']
47 Content-Type: [application/json; charset=utf-8] 46 Content-Type: [application/json; charset=utf-8]
48 ETag: [W/"93a1f854f426a7241ace77f72b5209db"]
49 Referrer-Policy: [strict-origin-when-cross-origin] 47 Referrer-Policy: [strict-origin-when-cross-origin]
50 Transfer-Encoding: [chunked] 48 Transfer-Encoding: [chunked]
51 Vary: ['Accept-Encoding, Origin'] 49 Vary: ['Accept-Encoding, Origin']
@@ -53,8 +51,8 @@ interactions:
53 X-Download-Options: [noopen] 51 X-Download-Options: [noopen]
54 X-Frame-Options: [SAMEORIGIN] 52 X-Frame-Options: [SAMEORIGIN]
55 X-Permitted-Cross-Domain-Policies: [none] 53 X-Permitted-Cross-Domain-Policies: [none]
56 X-Request-Id: [1211c69f-cd82-4599-9545-e8c819aa9350] 54 X-Request-Id: [7c2dfdb1-fdbe-4cf3-8162-a949202042bd]
57 X-Runtime: ['0.147866'] 55 X-Runtime: ['0.028402']
58 X-XSS-Protection: [1; mode=block] 56 X-XSS-Protection: [1; mode=block]
59 content-length: ['211'] 57 content-length: ['211']
60 status: {code: 200, message: OK} 58 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)