Mastodonplus.py/tests/cassettes/test_filter_update.yaml

88 líneas
3,4 KiB
YAML
Original Vista normal Històric

2018-07-30 23:10:24 +02:00
interactions:
- request:
body: whole_word=1&irreversible=0&phrase=anime&context%5B%5D=notifications
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
Content-Length: ['68']
Content-Type: [application/x-www-form-urlencoded]
User-Agent: [python-requests/2.18.4]
method: POST
uri: http://localhost:3000/api/v1/filters
response:
2019-06-22 23:16:47 +02:00
body: {string: '{"id":"60","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'}
2018-07-30 23:10:24 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-07-30 23:10:24 +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-06-22 23:16:47 +02:00
X-Request-Id: [855e6d63-e244-4b89-9193-5568a98db496]
X-Runtime: ['0.028946']
2018-07-30 23:10:24 +02:00
X-XSS-Protection: [1; mode=block]
2019-06-22 23:16:47 +02:00
content-length: ['113']
2018-07-30 23:10:24 +02:00
status: {code: 200, message: OK}
- request:
body: phrase=japanimation
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
Connection: [keep-alive]
Content-Length: ['19']
Content-Type: [application/x-www-form-urlencoded]
User-Agent: [python-requests/2.18.4]
method: PUT
2019-06-22 23:16:47 +02:00
uri: http://localhost:3000/api/v1/filters/60
2018-07-30 23:10:24 +02:00
response:
2019-06-22 23:16:47 +02:00
body: {string: '{"id":"60","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'}
2018-07-30 23:10:24 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-07-30 23:10:24 +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-06-22 23:16:47 +02:00
X-Request-Id: [b439f18f-8c5d-44e2-afc6-432d3a19e5f9]
X-Runtime: ['0.023707']
2018-07-30 23:10:24 +02:00
X-XSS-Protection: [1; mode=block]
2019-06-22 23:16:47 +02:00
content-length: ['120']
2018-07-30 23:10:24 +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]
User-Agent: [python-requests/2.18.4]
method: GET
2019-06-22 23:16:47 +02:00
uri: http://localhost:3000/api/v1/filters/60
2018-07-30 23:10:24 +02:00
response:
2019-06-22 23:16:47 +02:00
body: {string: '{"id":"60","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'}
2018-07-30 23:10:24 +02:00
headers:
2019-06-22 15:28:27 +02:00
Cache-Control: ['no-cache, no-store']
2018-07-30 23:10:24 +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-06-22 23:16:47 +02:00
X-Request-Id: [0ee71619-eb0a-4a84-a947-464b3a0f157a]
X-Runtime: ['0.023123']
2018-07-30 23:10:24 +02:00
X-XSS-Protection: [1; mode=block]
2019-06-22 23:16:47 +02:00
content-length: ['120']
2018-07-30 23:10:24 +02:00
status: {code: 200, message: OK}
version: 1