aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-06-05 22:10:31 +0200
committerLorenz Diener <[email protected]>2018-06-05 22:10:31 +0200
commit18c6b3b90ff8bd607df18af86d092ac1205ffbf7 (patch)
tree203729696d2639d5bf221168ad6c76a150130ab0 /tests/cassettes/test_domain_blocks.yaml
parent36194fd60c8e5c6d30134134e32dd24981aee324 (diff)
downloadmastodon.py-18c6b3b90ff8bd607df18af86d092ac1205ffbf7.tar.gz
New casettes, small fixes
Diffstat (limited to 'tests/cassettes/test_domain_blocks.yaml')
-rw-r--r--tests/cassettes/test_domain_blocks.yaml9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/cassettes/test_domain_blocks.yaml b/tests/cassettes/test_domain_blocks.yaml
index b0cc261..dfa0aee 100644
--- a/tests/cassettes/test_domain_blocks.yaml
+++ b/tests/cassettes/test_domain_blocks.yaml
@@ -14,13 +14,16 @@ interactions:
14 headers: 14 headers:
15 Cache-Control: ['max-age=0, private, must-revalidate'] 15 Cache-Control: ['max-age=0, private, must-revalidate']
16 Content-Type: [application/json; charset=utf-8] 16 Content-Type: [application/json; charset=utf-8]
17 ETag: [W/"9cef30119ad0d3a71210557f8261c67d"] 17 ETag: [W/"10e9b31613611d1a8061340297cd1438"]
18 Referrer-Policy: [strict-origin-when-cross-origin]
18 Transfer-Encoding: [chunked] 19 Transfer-Encoding: [chunked]
19 Vary: ['Accept-Encoding, Origin'] 20 Vary: ['Accept-Encoding, Origin']
20 X-Content-Type-Options: [nosniff] 21 X-Content-Type-Options: [nosniff]
22 X-Download-Options: [noopen]
21 X-Frame-Options: [SAMEORIGIN] 23 X-Frame-Options: [SAMEORIGIN]
22 X-Request-Id: [6a68f6e7-b4b2-443c-8a88-8287d932caa9] 24 X-Permitted-Cross-Domain-Policies: [none]
23 X-Runtime: ['0.039401'] 25 X-Request-Id: [a652c834-db70-4b58-a2ae-03186289969a]
26 X-Runtime: ['0.117906']
24 X-XSS-Protection: [1; mode=block] 27 X-XSS-Protection: [1; mode=block]
25 content-length: ['2'] 28 content-length: ['2']
26 status: {code: 200, message: OK} 29 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)