Mastodonplus.py/tests/cassettes/test_health.yaml
2019-10-12 20:25:55 +02:00

31 líneas
1.009 B
YAML

interactions:
- request:
body: null
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
User-Agent: [python-requests/2.18.4]
method: GET
uri: http://localhost:3000/health
response:
body: {string: success}
headers:
Cache-Control: ['max-age=0, private, must-revalidate']
Content-Type: [text/plain; charset=utf-8]
Last-Modified: ['Sat, 12 Oct 2019 18:23:49 GMT']
Referrer-Policy: [strict-origin-when-cross-origin]
Transfer-Encoding: [chunked]
Vary: [Accept-Encoding]
X-Content-Type-Options: [nosniff]
X-Download-Options: [noopen]
X-Frame-Options: [SAMEORIGIN]
X-Permitted-Cross-Domain-Policies: [none]
X-Request-Id: [13fff315-deaa-47c3-9138-d61d02c5063e]
X-Runtime: ['0.311003']
X-XSS-Protection: [1; mode=block]
content-length: ['7']
status: {code: 200, message: OK}
version: 1