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_domain_block_unblock.yaml
parent91de8ca061524712cae1d1b327cc2b2881c37548 (diff)
downloadmastodon.py-65b1f41e65d5f20136de0bd01f154ecf4134eaf8.tar.gz
Rerun all tests
Diffstat (limited to 'tests/cassettes/test_domain_block_unblock.yaml')
-rw-r--r--tests/cassettes/test_domain_block_unblock.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/cassettes/test_domain_block_unblock.yaml b/tests/cassettes/test_domain_block_unblock.yaml
index a9f4e95..6fc13c4 100644
--- a/tests/cassettes/test_domain_block_unblock.yaml
+++ b/tests/cassettes/test_domain_block_unblock.yaml
@@ -8,7 +8,7 @@ interactions:
8 Connection: [keep-alive] 8 Connection: [keep-alive]
9 Content-Length: ['18'] 9 Content-Length: ['18']
10 Content-Type: [application/x-www-form-urlencoded] 10 Content-Type: [application/x-www-form-urlencoded]
11 User-Agent: [python-requests/2.9.1] 11 User-Agent: [python-requests/2.18.4]
12 method: POST 12 method: POST
13 uri: http://localhost:3000/api/v1/domain_blocks 13 uri: http://localhost:3000/api/v1/domain_blocks
14 response: 14 response:
@@ -16,7 +16,7 @@ interactions:
16 headers: 16 headers:
17 Cache-Control: ['max-age=0, private, must-revalidate'] 17 Cache-Control: ['max-age=0, private, must-revalidate']
18 Content-Type: [application/json; charset=utf-8] 18 Content-Type: [application/json; charset=utf-8]
19 ETag: [W/"09c055ece3ad0362c2ea3906610b5832"] 19 ETag: [W/"bfd3faa192e3a4b3c0dc9e2fe633c178"]
20 Referrer-Policy: [strict-origin-when-cross-origin] 20 Referrer-Policy: [strict-origin-when-cross-origin]
21 Transfer-Encoding: [chunked] 21 Transfer-Encoding: [chunked]
22 Vary: ['Accept-Encoding, Origin'] 22 Vary: ['Accept-Encoding, Origin']
@@ -24,8 +24,8 @@ interactions:
24 X-Download-Options: [noopen] 24 X-Download-Options: [noopen]
25 X-Frame-Options: [SAMEORIGIN] 25 X-Frame-Options: [SAMEORIGIN]
26 X-Permitted-Cross-Domain-Policies: [none] 26 X-Permitted-Cross-Domain-Policies: [none]
27 X-Request-Id: [b37d75db-6c1f-4cee-a44b-bc6e2d61b1b9] 27 X-Request-Id: [1a4618b9-7b21-4651-85b6-08179ad6d87a]
28 X-Runtime: ['0.341110'] 28 X-Runtime: ['0.028067']
29 X-XSS-Protection: [1; mode=block] 29 X-XSS-Protection: [1; mode=block]
30 content-length: ['2'] 30 content-length: ['2']
31 status: {code: 200, message: OK} 31 status: {code: 200, message: OK}
@@ -38,7 +38,7 @@ interactions:
38 Connection: [keep-alive] 38 Connection: [keep-alive]
39 Content-Length: ['18'] 39 Content-Length: ['18']
40 Content-Type: [application/x-www-form-urlencoded] 40 Content-Type: [application/x-www-form-urlencoded]
41 User-Agent: [python-requests/2.9.1] 41 User-Agent: [python-requests/2.18.4]
42 method: DELETE 42 method: DELETE
43 uri: http://localhost:3000/api/v1/domain_blocks 43 uri: http://localhost:3000/api/v1/domain_blocks
44 response: 44 response:
@@ -46,7 +46,7 @@ interactions:
46 headers: 46 headers:
47 Cache-Control: ['max-age=0, private, must-revalidate'] 47 Cache-Control: ['max-age=0, private, must-revalidate']
48 Content-Type: [application/json; charset=utf-8] 48 Content-Type: [application/json; charset=utf-8]
49 ETag: [W/"09c055ece3ad0362c2ea3906610b5832"] 49 ETag: [W/"bfd3faa192e3a4b3c0dc9e2fe633c178"]
50 Referrer-Policy: [strict-origin-when-cross-origin] 50 Referrer-Policy: [strict-origin-when-cross-origin]
51 Transfer-Encoding: [chunked] 51 Transfer-Encoding: [chunked]
52 Vary: ['Accept-Encoding, Origin'] 52 Vary: ['Accept-Encoding, Origin']
@@ -54,8 +54,8 @@ interactions:
54 X-Download-Options: [noopen] 54 X-Download-Options: [noopen]
55 X-Frame-Options: [SAMEORIGIN] 55 X-Frame-Options: [SAMEORIGIN]
56 X-Permitted-Cross-Domain-Policies: [none] 56 X-Permitted-Cross-Domain-Policies: [none]
57 X-Request-Id: [ed937bcf-7734-4be8-a1e1-57aca94998d1] 57 X-Request-Id: [e2d87544-0052-452c-96a6-f377e75f7c1f]
58 X-Runtime: ['0.169136'] 58 X-Runtime: ['0.024591']
59 X-XSS-Protection: [1; mode=block] 59 X-XSS-Protection: [1; mode=block]
60 content-length: ['2'] 60 content-length: ['2']
61 status: {code: 200, message: OK} 61 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)