aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-07-14 01:07:26 +0200
committerLorenz Diener <[email protected]>2018-07-14 01:07:26 +0200
commit65b1f41e65d5f20136de0bd01f154ecf4134eaf8 (patch)
tree6cb000bf369c5eda54f3ce4dcc5636437a20e9e0 /tests/cassettes/test_account_mute_unmute.yaml
parent91de8ca061524712cae1d1b327cc2b2881c37548 (diff)
downloadmastodon.py-65b1f41e65d5f20136de0bd01f154ecf4134eaf8.tar.gz
Rerun all tests
Diffstat (limited to 'tests/cassettes/test_account_mute_unmute.yaml')
-rw-r--r--tests/cassettes/test_account_mute_unmute.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/cassettes/test_account_mute_unmute.yaml b/tests/cassettes/test_account_mute_unmute.yaml
index d913bc9..f095aa2 100644
--- a/tests/cassettes/test_account_mute_unmute.yaml
+++ b/tests/cassettes/test_account_mute_unmute.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/mute 12 uri: http://localhost:3000/api/v1/accounts/1/mute
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/"0d2e9a6b8fc851a6ef29c7f9f3448612"] 18 ETag: [W/"16d0165dfdb813f1c2ac6a046c13af40"]
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: [9193e09a-e9a4-47b2-ae4a-3fcf782be7a6] 26 X-Request-Id: [1a507ae2-aece-4a9e-bea1-43a1d74b526d]
27 X-Runtime: ['0.252476'] 27 X-Runtime: ['0.041245']
28 X-XSS-Protection: [1; mode=block] 28 X-XSS-Protection: [1; mode=block]
29 content-length: ['173'] 29 content-length: ['173']
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/unmute 41 uri: http://localhost:3000/api/v1/accounts/1/unmute
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/"14be8cf013e361ea8c4dca8b2c124127"] 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: [69698b0a-a1d9-4c9d-b662-828e21486a09] 55 X-Request-Id: [0c0d1bfb-82d9-4545-ad3f-ddb2651a530f]
56 X-Runtime: ['0.123841'] 56 X-Runtime: ['0.034124']
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)