aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_account_follow_unfollow.yaml')
-rw-r--r--tests/cassettes/test_account_follow_unfollow.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/cassettes/test_account_follow_unfollow.yaml b/tests/cassettes/test_account_follow_unfollow.yaml
index be134a2..ff72257 100644
--- a/tests/cassettes/test_account_follow_unfollow.yaml
+++ b/tests/cassettes/test_account_follow_unfollow.yaml
@@ -7,7 +7,7 @@ interactions:
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 Content-Length: ['0'] 9 Content-Length: ['0']
10 User-Agent: [python-requests/2.9.1] 10 User-Agent: [python-requests/2.18.4]
11 method: POST 11 method: POST
12 uri: http://localhost:3000/api/v1/accounts/1/follow 12 uri: http://localhost:3000/api/v1/accounts/1/follow
13 response: 13 response:
@@ -15,7 +15,7 @@ interactions:
15 headers: 15 headers:
16 Cache-Control: ['max-age=0, private, must-revalidate'] 16 Cache-Control: ['max-age=0, private, must-revalidate']
17 Content-Type: [application/json; charset=utf-8] 17 Content-Type: [application/json; charset=utf-8]
18 ETag: [W/"971084270464f354b9f4d0727a243783"] 18 ETag: [W/"2aac633ba6c8db22698d7975d76a2350"]
19 Referrer-Policy: [strict-origin-when-cross-origin] 19 Referrer-Policy: [strict-origin-when-cross-origin]
20 Transfer-Encoding: [chunked] 20 Transfer-Encoding: [chunked]
21 Vary: ['Accept-Encoding, Origin'] 21 Vary: ['Accept-Encoding, Origin']
@@ -23,8 +23,8 @@ interactions:
23 X-Download-Options: [noopen] 23 X-Download-Options: [noopen]
24 X-Frame-Options: [SAMEORIGIN] 24 X-Frame-Options: [SAMEORIGIN]
25 X-Permitted-Cross-Domain-Policies: [none] 25 X-Permitted-Cross-Domain-Policies: [none]
26 X-Request-Id: [6e8f9e32-567e-4db4-ae71-60983683fed6] 26 X-Request-Id: [133f29cb-6a3a-486f-9b2a-745b0439a8ad]
27 X-Runtime: ['0.463091'] 27 X-Runtime: ['0.068733']
28 X-XSS-Protection: [1; mode=block] 28 X-XSS-Protection: [1; mode=block]
29 content-length: ['174'] 29 content-length: ['174']
30 status: {code: 200, message: OK} 30 status: {code: 200, message: OK}
@@ -36,7 +36,7 @@ interactions:
36 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] 36 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
37 Connection: [keep-alive] 37 Connection: [keep-alive]
38 Content-Length: ['0'] 38 Content-Length: ['0']
39 User-Agent: [python-requests/2.9.1] 39 User-Agent: [python-requests/2.18.4]
40 method: POST 40 method: POST
41 uri: http://localhost:3000/api/v1/accounts/1/unfollow 41 uri: http://localhost:3000/api/v1/accounts/1/unfollow
42 response: 42 response:
@@ -44,7 +44,7 @@ interactions:
44 headers: 44 headers:
45 Cache-Control: ['max-age=0, private, must-revalidate'] 45 Cache-Control: ['max-age=0, private, must-revalidate']
46 Content-Type: [application/json; charset=utf-8] 46 Content-Type: [application/json; charset=utf-8]
47 ETag: [W/"94c6d3eb3f16bad47bdb7ed7374be4f5"] 47 ETag: [W/"567fcb76cedd3fab2d295958338f60e1"]
48 Referrer-Policy: [strict-origin-when-cross-origin] 48 Referrer-Policy: [strict-origin-when-cross-origin]
49 Transfer-Encoding: [chunked] 49 Transfer-Encoding: [chunked]
50 Vary: ['Accept-Encoding, Origin'] 50 Vary: ['Accept-Encoding, Origin']
@@ -52,8 +52,8 @@ interactions:
52 X-Download-Options: [noopen] 52 X-Download-Options: [noopen]
53 X-Frame-Options: [SAMEORIGIN] 53 X-Frame-Options: [SAMEORIGIN]
54 X-Permitted-Cross-Domain-Policies: [none] 54 X-Permitted-Cross-Domain-Policies: [none]
55 X-Request-Id: [94536b64-b1c1-41ef-abb9-5e04072102fa] 55 X-Request-Id: [18d3baab-c960-4eb9-842f-8e9a8be1bcd5]
56 X-Runtime: ['0.123212'] 56 X-Runtime: ['0.075583']
57 X-XSS-Protection: [1; mode=block] 57 X-XSS-Protection: [1; mode=block]
58 content-length: ['175'] 58 content-length: ['175']
59 status: {code: 200, message: OK} 59 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)