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_account_mute_unmute.yaml
parent36194fd60c8e5c6d30134134e32dd24981aee324 (diff)
downloadmastodon.py-18c6b3b90ff8bd607df18af86d092ac1205ffbf7.tar.gz
New casettes, small fixes
Diffstat (limited to 'tests/cassettes/test_account_mute_unmute.yaml')
-rw-r--r--tests/cassettes/test_account_mute_unmute.yaml18
1 files changed, 12 insertions, 6 deletions
diff --git a/tests/cassettes/test_account_mute_unmute.yaml b/tests/cassettes/test_account_mute_unmute.yaml
index ee8342b..d913bc9 100644
--- a/tests/cassettes/test_account_mute_unmute.yaml
+++ b/tests/cassettes/test_account_mute_unmute.yaml
@@ -15,13 +15,16 @@ interactions:
15 headers: 15 headers:
16 Cache-Control: ['max-age=0, private, must-revalidate'] 16 Cache-Control: ['max-age=0, private, must-revalidate']
17 Content-Type: [application/json; charset=utf-8] 17 Content-Type: [application/json; charset=utf-8]
18 ETag: [W/"008d44d4b73a8e22e6ba3e845f04765f"] 18 ETag: [W/"0d2e9a6b8fc851a6ef29c7f9f3448612"]
19 Referrer-Policy: [strict-origin-when-cross-origin]
19 Transfer-Encoding: [chunked] 20 Transfer-Encoding: [chunked]
20 Vary: ['Accept-Encoding, Origin'] 21 Vary: ['Accept-Encoding, Origin']
21 X-Content-Type-Options: [nosniff] 22 X-Content-Type-Options: [nosniff]
23 X-Download-Options: [noopen]
22 X-Frame-Options: [SAMEORIGIN] 24 X-Frame-Options: [SAMEORIGIN]
23 X-Request-Id: [66831b90-3c4c-46fc-bbe2-b65e940362c1] 25 X-Permitted-Cross-Domain-Policies: [none]
24 X-Runtime: ['0.043762'] 26 X-Request-Id: [9193e09a-e9a4-47b2-ae4a-3fcf782be7a6]
27 X-Runtime: ['0.252476']
25 X-XSS-Protection: [1; mode=block] 28 X-XSS-Protection: [1; mode=block]
26 content-length: ['173'] 29 content-length: ['173']
27 status: {code: 200, message: OK} 30 status: {code: 200, message: OK}
@@ -41,13 +44,16 @@ interactions:
41 headers: 44 headers:
42 Cache-Control: ['max-age=0, private, must-revalidate'] 45 Cache-Control: ['max-age=0, private, must-revalidate']
43 Content-Type: [application/json; charset=utf-8] 46 Content-Type: [application/json; charset=utf-8]
44 ETag: [W/"8382f47619ac30055ef26cf1d911cc72"] 47 ETag: [W/"14be8cf013e361ea8c4dca8b2c124127"]
48 Referrer-Policy: [strict-origin-when-cross-origin]
45 Transfer-Encoding: [chunked] 49 Transfer-Encoding: [chunked]
46 Vary: ['Accept-Encoding, Origin'] 50 Vary: ['Accept-Encoding, Origin']
47 X-Content-Type-Options: [nosniff] 51 X-Content-Type-Options: [nosniff]
52 X-Download-Options: [noopen]
48 X-Frame-Options: [SAMEORIGIN] 53 X-Frame-Options: [SAMEORIGIN]
49 X-Request-Id: [1cefdf68-3b71-495c-8c7c-26d67f6e2de4] 54 X-Permitted-Cross-Domain-Policies: [none]
50 X-Runtime: ['0.037821'] 55 X-Request-Id: [69698b0a-a1d9-4c9d-b662-828e21486a09]
56 X-Runtime: ['0.123841']
51 X-XSS-Protection: [1; mode=block] 57 X-XSS-Protection: [1; mode=block]
52 content-length: ['175'] 58 content-length: ['175']
53 status: {code: 200, message: OK} 59 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)