aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_account_mute_unmute.yaml')
-rw-r--r--tests/cassettes/test_account_mute_unmute.yaml24
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/cassettes/test_account_mute_unmute.yaml b/tests/cassettes/test_account_mute_unmute.yaml
index 16e70f8..0e64e3d 100644
--- a/tests/cassettes/test_account_mute_unmute.yaml
+++ b/tests/cassettes/test_account_mute_unmute.yaml
@@ -7,23 +7,23 @@ 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.18.4] 10 User-Agent: [python-requests/2.9.1]
11 method: POST 11 method: POST
12 uri: http://localhost:3000/api/v1/accounts/1/mute 12 uri: http://localhost:3000/api/v1/accounts/1/mute
13 response: 13 response:
14 body: {string: '{"id":"1","following":false,"followed_by":false,"blocking":false,"muting":true,"requested":false,"domain_blocking":false}'} 14 body: {string: '{"id":"1","following":false,"showing_reblogs":false,"followed_by":false,"blocking":false,"muting":true,"muting_notifications":true,"requested":false,"domain_blocking":false}'}
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/"29202955a4020108196abe86f9cd0179"] 18 ETag: [W/"b81ab7721168e5c5b1602fcbc3562a0c"]
19 Transfer-Encoding: [chunked] 19 Transfer-Encoding: [chunked]
20 Vary: ['Accept-Encoding, Origin'] 20 Vary: ['Accept-Encoding, Origin']
21 X-Content-Type-Options: [nosniff] 21 X-Content-Type-Options: [nosniff]
22 X-Frame-Options: [SAMEORIGIN] 22 X-Frame-Options: [SAMEORIGIN]
23 X-Request-Id: [45f28867-e291-4323-85fb-3f7a6f787a84] 23 X-Request-Id: [bd36681b-28bd-4653-9bf7-c7afbc702904]
24 X-Runtime: ['0.056882'] 24 X-Runtime: ['0.171504']
25 X-XSS-Protection: [1; mode=block] 25 X-XSS-Protection: [1; mode=block]
26 content-length: ['121'] 26 content-length: ['173']
27 status: {code: 200, message: OK} 27 status: {code: 200, message: OK}
28- request: 28- request:
29 body: null 29 body: null
@@ -33,22 +33,22 @@ interactions:
33 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] 33 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
34 Connection: [keep-alive] 34 Connection: [keep-alive]
35 Content-Length: ['0'] 35 Content-Length: ['0']
36 User-Agent: [python-requests/2.18.4] 36 User-Agent: [python-requests/2.9.1]
37 method: POST 37 method: POST
38 uri: http://localhost:3000/api/v1/accounts/1/unmute 38 uri: http://localhost:3000/api/v1/accounts/1/unmute
39 response: 39 response:
40 body: {string: '{"id":"1","following":false,"followed_by":false,"blocking":false,"muting":false,"requested":false,"domain_blocking":false}'} 40 body: {string: '{"id":"1","following":false,"showing_reblogs":false,"followed_by":false,"blocking":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false}'}
41 headers: 41 headers:
42 Cache-Control: ['max-age=0, private, must-revalidate'] 42 Cache-Control: ['max-age=0, private, must-revalidate']
43 Content-Type: [application/json; charset=utf-8] 43 Content-Type: [application/json; charset=utf-8]
44 ETag: [W/"05e46d89ddd4fee200b318b7343c32b4"] 44 ETag: [W/"888df26b7845b092f4fbdb2b26c1f000"]
45 Transfer-Encoding: [chunked] 45 Transfer-Encoding: [chunked]
46 Vary: ['Accept-Encoding, Origin'] 46 Vary: ['Accept-Encoding, Origin']
47 X-Content-Type-Options: [nosniff] 47 X-Content-Type-Options: [nosniff]
48 X-Frame-Options: [SAMEORIGIN] 48 X-Frame-Options: [SAMEORIGIN]
49 X-Request-Id: [2e3c386a-0ec4-46d6-9473-e47d242f91ce] 49 X-Request-Id: [42c8e4f7-831e-47af-bb55-6a0a8b409ad5]
50 X-Runtime: ['0.041201'] 50 X-Runtime: ['0.044711']
51 X-XSS-Protection: [1; mode=block] 51 X-XSS-Protection: [1; mode=block]
52 content-length: ['122'] 52 content-length: ['175']
53 status: {code: 200, message: OK} 53 status: {code: 200, message: OK}
54version: 1 54version: 1
Powered by cgit v1.2.3 (git 2.41.0)