Mastodonplus.py/tests/cassettes/test_push_set.yaml

59 líneas
2,5 KiB
YAML
Original Vista normal Històric

2018-06-05 22:52:18 +02:00
interactions:
- request:
2019-10-12 23:03:14 +02:00
body: subscription%5Bendpoint%5D=https%3A%2F%2Fexample.com&subscription%5Bkeys%5D%5Bp256dh%5D=BBwseDakzm67TG3xDZXDTThf0CwVqMK1PaZuPnL%2Fz5G3VuVa2C6Hc7T%2B2bC8IB%2BiLn%2B7u6Fam9SdUE2yMj3CWwc%3D&subscription%5Bkeys%5D%5Bauth%5D=I1nJBlpE7bZ6L5aYnViooA%3D%3D
2018-06-05 22:52:18 +02:00
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
2019-10-12 23:03:14 +02:00
Content-Length: ['248']
2018-06-05 22:52:18 +02:00
Content-Type: [application/x-www-form-urlencoded]
2018-07-14 01:07:26 +02:00
User-Agent: [python-requests/2.18.4]
2018-06-05 22:52:18 +02:00
method: POST
uri: http://localhost:3000/api/v1/push/subscription
response:
2019-10-12 23:03:14 +02:00
body: {string: '{"id":46,"endpoint":"https://example.com","alerts":{},"server_key":"BAWt221FllE4MOQ_TNqrMrc32IW2XhCRR0WTPI0Ne0TzoNm6UeUdEDDs5FAn8nGtW8eiJyCmSMoJnUEFi1Cj1Rk="}'}
2018-06-05 22:52:18 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-06-05 22:52:18 +02:00
Content-Type: [application/json; charset=utf-8]
Referrer-Policy: [strict-origin-when-cross-origin]
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Download-Options: [noopen]
X-Frame-Options: [SAMEORIGIN]
X-Permitted-Cross-Domain-Policies: [none]
2019-10-12 23:03:14 +02:00
X-Request-Id: [f689d5d3-6f02-41f7-a1d8-3329e8ea3802]
X-Runtime: ['0.022398']
2018-06-05 22:52:18 +02:00
X-XSS-Protection: [1; mode=block]
2019-06-22 23:16:47 +02:00
content-length: ['158']
2018-06-05 22:52:18 +02:00
status: {code: 200, message: OK}
- request:
body: null
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
2018-07-14 01:07:26 +02:00
User-Agent: [python-requests/2.18.4]
2018-06-05 22:52:18 +02:00
method: GET
uri: http://localhost:3000/api/v1/push/subscription
response:
2019-10-12 23:03:14 +02:00
body: {string: '{"id":46,"endpoint":"https://example.com","alerts":{},"server_key":"BAWt221FllE4MOQ_TNqrMrc32IW2XhCRR0WTPI0Ne0TzoNm6UeUdEDDs5FAn8nGtW8eiJyCmSMoJnUEFi1Cj1Rk="}'}
2018-06-05 22:52:18 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-06-05 22:52:18 +02:00
Content-Type: [application/json; charset=utf-8]
Referrer-Policy: [strict-origin-when-cross-origin]
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
X-Download-Options: [noopen]
X-Frame-Options: [SAMEORIGIN]
X-Permitted-Cross-Domain-Policies: [none]
2019-10-12 23:03:14 +02:00
X-Request-Id: [23fabb3a-3d95-472e-aef0-826294cd772e]
X-Runtime: ['0.014687']
2018-06-05 22:52:18 +02:00
X-XSS-Protection: [1; mode=block]
2019-06-22 23:16:47 +02:00
content-length: ['158']
2018-06-05 22:52:18 +02:00
status: {code: 200, message: OK}
version: 1