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_mutes.yaml
parent36194fd60c8e5c6d30134134e32dd24981aee324 (diff)
downloadmastodon.py-18c6b3b90ff8bd607df18af86d092ac1205ffbf7.tar.gz
New casettes, small fixes
Diffstat (limited to 'tests/cassettes/test_mutes.yaml')
-rw-r--r--tests/cassettes/test_mutes.yaml9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/cassettes/test_mutes.yaml b/tests/cassettes/test_mutes.yaml
index 0376d9a..9d4849e 100644
--- a/tests/cassettes/test_mutes.yaml
+++ b/tests/cassettes/test_mutes.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/"e793f4efbb88963eed5351b6f2b3c66f"] 17 ETag: [W/"7d6fc1f1cf682feb69586e6851b7e014"]
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: [b1a0450a-07cb-491b-8756-fc84b7be2222] 24 X-Permitted-Cross-Domain-Policies: [none]
23 X-Runtime: ['0.036815'] 25 X-Request-Id: [392206a2-6acc-4a90-bc09-67f7f627e340]
26 X-Runtime: ['0.135760']
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)