27 líneas
836 B
YAML
27 líneas
836 B
YAML
|
interactions:
|
||
|
- request:
|
||
|
body: null
|
||
|
headers:
|
||
|
Accept: ['*/*']
|
||
|
Accept-Encoding: ['gzip, deflate']
|
||
|
Authorization: [Bearer __MASTODON_PY_TEST_TOKEN]
|
||
|
Connection: [keep-alive]
|
||
|
User-Agent: [python-requests/2.18.4]
|
||
|
method: GET
|
||
|
uri: http://localhost:3000/api/v1/statuses/0
|
||
|
response:
|
||
|
body: {string: '{"error":"Record not found"}'}
|
||
|
headers:
|
||
|
Cache-Control: [no-cache]
|
||
|
Content-Type: [application/json; charset=utf-8]
|
||
|
Transfer-Encoding: [chunked]
|
||
|
Vary: ['Accept-Encoding, Origin']
|
||
|
X-Content-Type-Options: [nosniff]
|
||
|
X-Frame-Options: [SAMEORIGIN]
|
||
|
X-Request-Id: [5778b7cc-7f26-4887-96a3-9f7ce70b060b]
|
||
|
X-Runtime: ['0.019627']
|
||
|
X-XSS-Protection: [1; mode=block]
|
||
|
content-length: ['28']
|
||
|
status: {code: 404, message: Not Found}
|
||
|
version: 1
|