aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_status_missing.yaml')
-rw-r--r--tests/cassettes/test_status_missing.yaml28
1 files changed, 2 insertions, 26 deletions
diff --git a/tests/cassettes/test_status_missing.yaml b/tests/cassettes/test_status_missing.yaml
index f15a879..f3b1947 100644
--- a/tests/cassettes/test_status_missing.yaml
+++ b/tests/cassettes/test_status_missing.yaml
@@ -18,32 +18,8 @@ interactions:
18 Vary: ['Accept-Encoding, Origin'] 18 Vary: ['Accept-Encoding, Origin']
19 X-Content-Type-Options: [nosniff] 19 X-Content-Type-Options: [nosniff]
20 X-Frame-Options: [SAMEORIGIN] 20 X-Frame-Options: [SAMEORIGIN]
21 X-Request-Id: [a00b882a-5a15-44e7-91af-2fa26f31e68d] 21 X-Request-Id: [b9e17b7f-e9d6-4809-850a-f6ec4fc04c2e]
22 X-Runtime: ['0.065152'] 22 X-Runtime: ['0.020397']
23 X-XSS-Protection: [1; mode=block]
24 content-length: ['28']
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] 23 X-XSS-Protection: [1; mode=block]
48 content-length: ['28'] 24 content-length: ['28']
49 status: {code: 404, message: Not Found} 25 status: {code: 404, message: Not Found}
Powered by cgit v1.2.3 (git 2.41.0)