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_block_unblock.yaml
parent91de8ca061524712cae1d1b327cc2b2881c37548 (diff)
downloadmastodon.py-65b1f41e65d5f20136de0bd01f154ecf4134eaf8.tar.gz
Rerun all tests
Diffstat (limited to 'tests/cassettes/test_account_block_unblock.yaml')
-rw-r--r--tests/cassettes/test_account_block_unblock.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/cassettes/test_account_block_unblock.yaml b/tests/cassettes/test_account_block_unblock.yaml
index ca88033..026492d 100644
--- a/tests/cassettes/test_account_block_unblock.yaml
+++ b/tests/cassettes/test_account_block_unblock.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/block 12 uri: http://localhost:3000/api/v1/accounts/1/block
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/"8f163ba0cd0b49c269200290d4c51517"] 18 ETag: [W/"1737b2d94b09b7d317c52ba46e4c1487"]
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: [ce3c3431-d3cb-4e5c-8b0f-d6b216fbdda3] 26 X-Request-Id: [82588fa5-568c-4d2c-9a2c-aa707113c191]
27 X-Runtime: ['0.235778'] 27 X-Runtime: ['0.047347']
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/unblock 41 uri: http://localhost:3000/api/v1/accounts/1/unblock
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: [41a7ca98-c99e-4e85-9d5e-7ec0a1a99ad9] 55 X-Request-Id: [b59145d9-b0d6-4939-bf0d-d3cc533197bd]
56 X-Runtime: ['0.132304'] 56 X-Runtime: ['0.037739']
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)