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_status_missing.yaml
parent36194fd60c8e5c6d30134134e32dd24981aee324 (diff)
downloadmastodon.py-18c6b3b90ff8bd607df18af86d092ac1205ffbf7.tar.gz
New casettes, small fixes
Diffstat (limited to 'tests/cassettes/test_status_missing.yaml')
-rw-r--r--tests/cassettes/test_status_missing.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/cassettes/test_status_missing.yaml b/tests/cassettes/test_status_missing.yaml
index e40761b..0b6767f 100644
--- a/tests/cassettes/test_status_missing.yaml
+++ b/tests/cassettes/test_status_missing.yaml
@@ -14,12 +14,15 @@ interactions:
14 headers: 14 headers:
15 Cache-Control: [no-cache] 15 Cache-Control: [no-cache]
16 Content-Type: [application/json; charset=utf-8] 16 Content-Type: [application/json; charset=utf-8]
17 Referrer-Policy: [strict-origin-when-cross-origin]
17 Transfer-Encoding: [chunked] 18 Transfer-Encoding: [chunked]
18 Vary: ['Accept-Encoding, Origin'] 19 Vary: ['Accept-Encoding, Origin']
19 X-Content-Type-Options: [nosniff] 20 X-Content-Type-Options: [nosniff]
21 X-Download-Options: [noopen]
20 X-Frame-Options: [SAMEORIGIN] 22 X-Frame-Options: [SAMEORIGIN]
21 X-Request-Id: [7ae4aaa2-59db-41c7-af05-d6de63407ae9] 23 X-Permitted-Cross-Domain-Policies: [none]
22 X-Runtime: ['0.107712'] 24 X-Request-Id: [eb5385c1-149a-4fc9-a8b8-72473e1fe2c5]
25 X-Runtime: ['0.137141']
23 X-XSS-Protection: [1; mode=block] 26 X-XSS-Protection: [1; mode=block]
24 content-length: ['28'] 27 content-length: ['28']
25 status: {code: 404, message: Not Found} 28 status: {code: 404, message: Not Found}
Powered by cgit v1.2.3 (git 2.41.0)