Mastodonplus.py/tests/cassettes/test_list_update.yaml

170 líneas
5,9 KiB
YAML
Original Vista normal Històric

2018-05-06 15:42:38 +02:00
interactions:
- request:
body: title=ham+burglars
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
Content-Length: ['18']
Content-Type: [application/x-www-form-urlencoded]
2018-07-14 01:07:26 +02:00
User-Agent: [python-requests/2.18.4]
2018-05-06 15:42:38 +02:00
method: POST
uri: http://localhost:3000/api/v1/lists
response:
2019-06-22 23:16:47 +02:00
body: {string: '{"id":"22","title":"ham burglars"}'}
2018-05-06 15:42:38 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 23:16:47 +02:00
X-Request-Id: [bd1652d1-76f1-46a8-9538-628cc683adfa]
X-Runtime: ['0.026633']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
2019-06-22 23:16:47 +02:00
content-length: ['34']
2018-05-06 15:42:38 +02:00
status: {code: 200, message: OK}
- request:
body: title=fry+kids
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
Content-Length: ['14']
Content-Type: [application/x-www-form-urlencoded]
2018-07-14 01:07:26 +02:00
User-Agent: [python-requests/2.18.4]
2018-05-06 15:42:38 +02:00
method: PUT
2019-06-22 23:16:47 +02:00
uri: http://localhost:3000/api/v1/lists/22
2018-05-06 15:42:38 +02:00
response:
2019-06-22 23:16:47 +02:00
body: {string: '{"id":"22","title":"fry kids"}'}
2018-05-06 15:42:38 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 23:16:47 +02:00
X-Request-Id: [6b7758be-dcdf-45fd-bb1a-fa632d637bb1]
X-Runtime: ['0.024845']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
2019-06-22 23:16:47 +02:00
content-length: ['30']
2018-05-06 15:42:38 +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-05-06 15:42:38 +02:00
method: GET
uri: http://localhost:3000/api/v1/lists
response:
2019-06-22 23:16:47 +02:00
body: {string: '[{"id":"22","title":"fry kids"}]'}
2018-05-06 15:42:38 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 23:16:47 +02:00
X-Request-Id: [a4ba556b-3082-4e0c-bde2-eb1cbc281ad8]
X-Runtime: ['0.020165']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
2019-06-22 23:16:47 +02:00
content-length: ['32']
2018-05-06 15:42:38 +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-05-06 15:42:38 +02:00
method: GET
uri: http://localhost:3000/api/v1/lists
response:
2019-06-22 23:16:47 +02:00
body: {string: '[{"id":"22","title":"fry kids"}]'}
2018-05-06 15:42:38 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 23:16:47 +02:00
X-Request-Id: [b347ee38-fb15-4812-8bac-ddb004364d02]
X-Runtime: ['0.016011']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
2019-06-22 23:16:47 +02:00
content-length: ['32']
2018-05-06 15:42:38 +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-05-06 15:42:38 +02:00
method: GET
2019-06-22 23:16:47 +02:00
uri: http://localhost:3000/api/v1/lists/22
2018-05-06 15:42:38 +02:00
response:
2019-06-22 23:16:47 +02:00
body: {string: '{"id":"22","title":"fry kids"}'}
2018-05-06 15:42:38 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 23:16:47 +02:00
X-Request-Id: [fbcc429e-9132-4af9-b4fe-f05a78e842cf]
X-Runtime: ['0.015933']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
2019-06-22 23:16:47 +02:00
content-length: ['30']
2018-05-06 15:42:38 +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]
Content-Length: ['0']
2018-07-14 01:07:26 +02:00
User-Agent: [python-requests/2.18.4]
2018-05-06 15:42:38 +02:00
method: DELETE
2019-06-22 23:16:47 +02:00
uri: http://localhost:3000/api/v1/lists/22
2018-05-06 15:42:38 +02:00
response:
body: {string: '{}'}
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-05-06 15:42:38 +02:00
Content-Type: [application/json; charset=utf-8]
2018-06-05 22:10:31 +02:00
Referrer-Policy: [strict-origin-when-cross-origin]
2018-05-06 15:42:38 +02:00
Transfer-Encoding: [chunked]
Vary: ['Accept-Encoding, Origin']
X-Content-Type-Options: [nosniff]
2018-06-05 22:10:31 +02:00
X-Download-Options: [noopen]
2018-05-06 15:42:38 +02:00
X-Frame-Options: [SAMEORIGIN]
2018-06-05 22:10:31 +02:00
X-Permitted-Cross-Domain-Policies: [none]
2019-06-22 23:16:47 +02:00
X-Request-Id: [6fbcb159-9c72-4cd7-ab18-c8fbf1dc0d71]
X-Runtime: ['0.029654']
2018-05-06 15:42:38 +02:00
X-XSS-Protection: [1; mode=block]
content-length: ['2']
status: {code: 200, message: OK}
version: 1