aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_notifications_clear.yaml')
-rw-r--r--tests/cassettes/test_notifications_clear.yaml32
1 files changed, 3 insertions, 29 deletions
diff --git a/tests/cassettes/test_notifications_clear.yaml b/tests/cassettes/test_notifications_clear.yaml
index 2c0e321..01ed680 100644
--- a/tests/cassettes/test_notifications_clear.yaml
+++ b/tests/cassettes/test_notifications_clear.yaml
@@ -15,39 +15,13 @@ 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/"d4da38b737b637a10ab07923eab9d3ae"] 18 ETag: [W/"a013e103eb637791e3b7f8af4c2b53e5"]
19 Transfer-Encoding: [chunked] 19 Transfer-Encoding: [chunked]
20 Vary: ['Accept-Encoding, Origin'] 20 Vary: ['Accept-Encoding, Origin']
21 X-Content-Type-Options: [nosniff] 21 X-Content-Type-Options: [nosniff]
22 X-Frame-Options: [SAMEORIGIN] 22 X-Frame-Options: [SAMEORIGIN]
23 X-Request-Id: [3ac94fb2-9e50-4d6a-93ba-cfe8618a6f5f] 23 X-Request-Id: [842c90a6-1137-426f-8f1e-03cecd2bcdb5]
24 X-Runtime: ['0.128606'] 24 X-Runtime: ['0.109437']
25 X-XSS-Protection: [1; mode=block]
26 content-length: ['2']
27 status: {code: 200, message: OK}
28- request:
29 body: null
30 headers:
31 Accept: ['*/*']
32 Accept-Encoding: ['gzip, deflate']
33 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
34 Connection: [keep-alive]
35 Content-Length: ['0']
36 User-Agent: [python-requests/2.9.1]
37 method: POST
38 uri: http://localhost:3000/api/v1/notifications/clear
39 response:
40 body: {string: '{}'}
41 headers:
42 Cache-Control: ['max-age=0, private, must-revalidate']
43 Content-Type: [application/json; charset=utf-8]
44 ETag: [W/"7b3fbae952486bce9dc0f8ee9faa57e4"]
45 Transfer-Encoding: [chunked]
46 Vary: ['Accept-Encoding, Origin']
47 X-Content-Type-Options: [nosniff]
48 X-Frame-Options: [SAMEORIGIN]
49 X-Request-Id: [f6e1e1e4-b16c-474f-81ba-a72557a386ef]
50 X-Runtime: ['0.186060']
51 X-XSS-Protection: [1; mode=block] 25 X-XSS-Protection: [1; mode=block]
52 content-length: ['2'] 26 content-length: ['2']
53 status: {code: 200, message: OK} 27 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)