aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_mutes.yaml')
-rw-r--r--tests/cassettes/test_mutes.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/cassettes/test_mutes.yaml b/tests/cassettes/test_mutes.yaml
index 4b14354..f8b562f 100644
--- a/tests/cassettes/test_mutes.yaml
+++ b/tests/cassettes/test_mutes.yaml
@@ -6,7 +6,7 @@ interactions:
6 Accept-Encoding: ['gzip, deflate'] 6 Accept-Encoding: ['gzip, deflate']
7 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] 7 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
8 Connection: [keep-alive] 8 Connection: [keep-alive]
9 User-Agent: [python-requests/2.18.4] 9 User-Agent: [python-requests/2.9.1]
10 method: GET 10 method: GET
11 uri: http://localhost:3000/api/v1/mutes 11 uri: http://localhost:3000/api/v1/mutes
12 response: 12 response:
@@ -14,13 +14,13 @@ 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/"ada2bcb0a9805d2061319aaa5a76ddc2"] 17 ETag: [W/"fa0308de1a47551bd1dbf139cacd61d7"]
18 Transfer-Encoding: [chunked] 18 Transfer-Encoding: [chunked]
19 Vary: ['Accept-Encoding, Origin'] 19 Vary: ['Accept-Encoding, Origin']
20 X-Content-Type-Options: [nosniff] 20 X-Content-Type-Options: [nosniff]
21 X-Frame-Options: [SAMEORIGIN] 21 X-Frame-Options: [SAMEORIGIN]
22 X-Request-Id: [c06f07d7-b198-4628-a8df-e5d0e9333260] 22 X-Request-Id: [d67b3bef-633c-4b9a-ad8d-086b7f94143a]
23 X-Runtime: ['0.027466'] 23 X-Runtime: ['0.080552']
24 X-XSS-Protection: [1; mode=block] 24 X-XSS-Protection: [1; mode=block]
25 content-length: ['2'] 25 content-length: ['2']
26 status: {code: 200, message: OK} 26 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)