aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_follow_request_reject.yaml')
-rw-r--r--tests/cassettes/test_follow_request_reject.yaml54
1 files changed, 54 insertions, 0 deletions
diff --git a/tests/cassettes/test_follow_request_reject.yaml b/tests/cassettes/test_follow_request_reject.yaml
new file mode 100644
index 0000000..737ff1c
--- /dev/null
+++ b/tests/cassettes/test_follow_request_reject.yaml
@@ -0,0 +1,54 @@
1interactions:
2- request:
3 body: null
4 headers:
5 Accept: ['*/*']
6 Accept-Encoding: ['gzip, deflate']
7 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN_2]
8 Connection: [keep-alive]
9 Content-Length: ['0']
10 User-Agent: [python-requests/2.18.4]
11 method: POST
12 uri: http://localhost:3000/api/v1/accounts/1234567890123456/follow
13 response:
14 body: {string: '{"id":"1234567890123456","following":false,"followed_by":false,"blocking":false,"muting":false,"requested":true,"domain_blocking":false}'}
15 headers:
16 Cache-Control: ['max-age=0, private, must-revalidate']
17 Content-Type: [application/json; charset=utf-8]
18 ETag: [W/"5f0d561506d1323c3e160a377c23d7ea"]
19 Transfer-Encoding: [chunked]
20 Vary: ['Accept-Encoding, Origin']
21 X-Content-Type-Options: [nosniff]
22 X-Frame-Options: [SAMEORIGIN]
23 X-Request-Id: [7154cf2f-ace8-4c77-9dd8-f7de88d6dfbf]
24 X-Runtime: ['0.069936']
25 X-XSS-Protection: [1; mode=block]
26 content-length: ['136']
27 status: {code: 200, message: OK}
28- request:
29 body: null
30 headers:
31 Accept: ['*/*']
32 Accept-Encoding: ['gzip, deflate']
33 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
34 Connection: [keep-alive]
35 Content-Length: ['0']
36 User-Agent: [python-requests/2.18.4]
37 method: POST
38 uri: http://localhost:3000/api/v1/follow_requests/1/reject
39 response:
40 body: {string: '{}'}
41 headers:
42 Cache-Control: ['max-age=0, private, must-revalidate']
43 Content-Type: [application/json; charset=utf-8]
44 ETag: [W/"025d3164863931d5961fd059d0b0e4ee"]
45 Transfer-Encoding: [chunked]
46 Vary: ['Accept-Encoding, Origin']
47 X-Content-Type-Options: [nosniff]
48 X-Frame-Options: [SAMEORIGIN]
49 X-Request-Id: [941e921d-b13d-4ae9-b755-7bd5c9e7f911]
50 X-Runtime: ['0.032675']
51 X-XSS-Protection: [1; mode=block]
52 content-length: ['2']
53 status: {code: 200, message: OK}
54version: 1
Powered by cgit v1.2.3 (git 2.41.0)