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_block_unblock.yaml
parent36194fd60c8e5c6d30134134e32dd24981aee324 (diff)
downloadmastodon.py-18c6b3b90ff8bd607df18af86d092ac1205ffbf7.tar.gz
New casettes, small fixes
Diffstat (limited to 'tests/cassettes/test_domain_block_unblock.yaml')
-rw-r--r--tests/cassettes/test_domain_block_unblock.yaml18
1 files changed, 12 insertions, 6 deletions
diff --git a/tests/cassettes/test_domain_block_unblock.yaml b/tests/cassettes/test_domain_block_unblock.yaml
index 3a90f73..a9f4e95 100644
--- a/tests/cassettes/test_domain_block_unblock.yaml
+++ b/tests/cassettes/test_domain_block_unblock.yaml
@@ -16,13 +16,16 @@ 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/"e1a8a0a7a84ff9152d240dd050a7f6b1"] 19 ETag: [W/"09c055ece3ad0362c2ea3906610b5832"]
20 Referrer-Policy: [strict-origin-when-cross-origin]
20 Transfer-Encoding: [chunked] 21 Transfer-Encoding: [chunked]
21 Vary: ['Accept-Encoding, Origin'] 22 Vary: ['Accept-Encoding, Origin']
22 X-Content-Type-Options: [nosniff] 23 X-Content-Type-Options: [nosniff]
24 X-Download-Options: [noopen]
23 X-Frame-Options: [SAMEORIGIN] 25 X-Frame-Options: [SAMEORIGIN]
24 X-Request-Id: [7a6d279b-625f-468e-84e7-b85894784098] 26 X-Permitted-Cross-Domain-Policies: [none]
25 X-Runtime: ['0.044767'] 27 X-Request-Id: [b37d75db-6c1f-4cee-a44b-bc6e2d61b1b9]
28 X-Runtime: ['0.341110']
26 X-XSS-Protection: [1; mode=block] 29 X-XSS-Protection: [1; mode=block]
27 content-length: ['2'] 30 content-length: ['2']
28 status: {code: 200, message: OK} 31 status: {code: 200, message: OK}
@@ -43,13 +46,16 @@ interactions:
43 headers: 46 headers:
44 Cache-Control: ['max-age=0, private, must-revalidate'] 47 Cache-Control: ['max-age=0, private, must-revalidate']
45 Content-Type: [application/json; charset=utf-8] 48 Content-Type: [application/json; charset=utf-8]
46 ETag: [W/"e1a8a0a7a84ff9152d240dd050a7f6b1"] 49 ETag: [W/"09c055ece3ad0362c2ea3906610b5832"]
50 Referrer-Policy: [strict-origin-when-cross-origin]
47 Transfer-Encoding: [chunked] 51 Transfer-Encoding: [chunked]
48 Vary: ['Accept-Encoding, Origin'] 52 Vary: ['Accept-Encoding, Origin']
49 X-Content-Type-Options: [nosniff] 53 X-Content-Type-Options: [nosniff]
54 X-Download-Options: [noopen]
50 X-Frame-Options: [SAMEORIGIN] 55 X-Frame-Options: [SAMEORIGIN]
51 X-Request-Id: [a641134d-4ff5-4355-9036-b951b1999095] 56 X-Permitted-Cross-Domain-Policies: [none]
52 X-Runtime: ['0.044367'] 57 X-Request-Id: [ed937bcf-7734-4be8-a1e1-57aca94998d1]
58 X-Runtime: ['0.169136']
53 X-XSS-Protection: [1; mode=block] 59 X-XSS-Protection: [1; mode=block]
54 content-length: ['2'] 60 content-length: ['2']
55 status: {code: 200, message: OK} 61 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)