aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_status_missing.yaml')
-rw-r--r--tests/cassettes/test_status_missing.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/cassettes/test_status_missing.yaml b/tests/cassettes/test_status_missing.yaml
index d708757..f15a879 100644
--- a/tests/cassettes/test_status_missing.yaml
+++ b/tests/cassettes/test_status_missing.yaml
@@ -23,4 +23,28 @@ interactions:
23 X-XSS-Protection: [1; mode=block] 23 X-XSS-Protection: [1; mode=block]
24 content-length: ['28'] 24 content-length: ['28']
25 status: {code: 404, message: Not Found} 25 status: {code: 404, message: Not Found}
26- request:
27 body: null
28 headers:
29 Accept: ['*/*']
30 Accept-Encoding: ['gzip, deflate']
31 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
32 Connection: [keep-alive]
33 User-Agent: [python-requests/2.9.1]
34 method: GET
35 uri: http://localhost:3000/api/v1/statuses/0
36 response:
37 body: {string: '{"error":"Record not found"}'}
38 headers:
39 Cache-Control: [no-cache]
40 Content-Type: [application/json; charset=utf-8]
41 Transfer-Encoding: [chunked]
42 Vary: ['Accept-Encoding, Origin']
43 X-Content-Type-Options: [nosniff]
44 X-Frame-Options: [SAMEORIGIN]
45 X-Request-Id: [2b985021-244e-4505-bb19-99e5c967692f]
46 X-Runtime: ['0.048510']
47 X-XSS-Protection: [1; mode=block]
48 content-length: ['28']
49 status: {code: 404, message: Not Found}
26version: 1 50version: 1
Powered by cgit v1.2.3 (git 2.41.0)