From f9a52029fc6d399c8fcd85a50060e0f5773da78e Mon Sep 17 00:00:00 2001 From: codl Date: Thu, 30 Nov 2017 00:56:35 +0100 Subject: add tests for account methods --- tests/cassettes/test_account_block_unblock.yaml | 54 +++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 tests/cassettes/test_account_block_unblock.yaml (limited to 'tests/cassettes/test_account_block_unblock.yaml') diff --git a/tests/cassettes/test_account_block_unblock.yaml b/tests/cassettes/test_account_block_unblock.yaml new file mode 100644 index 0000000..832c24c --- /dev/null +++ b/tests/cassettes/test_account_block_unblock.yaml @@ -0,0 +1,54 @@ +interactions: +- request: + body: null + headers: + Accept: ['*/*'] + Accept-Encoding: ['gzip, deflate'] + Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] + Connection: [keep-alive] + Content-Length: ['0'] + User-Agent: [python-requests/2.18.4] + method: POST + uri: http://localhost:3000/api/v1/accounts/1/block + response: + body: {string: '{"id":"1","following":false,"followed_by":false,"blocking":true,"muting":false,"requested":false,"domain_blocking":false}'} + headers: + Cache-Control: ['max-age=0, private, must-revalidate'] + Content-Type: [application/json; charset=utf-8] + ETag: [W/"196f57518cd8daf5bce592dcd6f9e402"] + Transfer-Encoding: [chunked] + Vary: ['Accept-Encoding, Origin'] + X-Content-Type-Options: [nosniff] + X-Frame-Options: [SAMEORIGIN] + X-Request-Id: [d2ead4fd-9233-404a-ac03-9cdab005b409] + X-Runtime: ['0.076978'] + X-XSS-Protection: [1; mode=block] + content-length: ['121'] + 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'] + User-Agent: [python-requests/2.18.4] + method: POST + uri: http://localhost:3000/api/v1/accounts/1/unblock + response: + body: {string: '{"id":"1","following":false,"followed_by":false,"blocking":false,"muting":false,"requested":false,"domain_blocking":false}'} + headers: + Cache-Control: ['max-age=0, private, must-revalidate'] + Content-Type: [application/json; charset=utf-8] + ETag: [W/"05e46d89ddd4fee200b318b7343c32b4"] + Transfer-Encoding: [chunked] + Vary: ['Accept-Encoding, Origin'] + X-Content-Type-Options: [nosniff] + X-Frame-Options: [SAMEORIGIN] + X-Request-Id: [0bfca911-f078-42b1-a476-00f9c6d3b13d] + X-Runtime: ['0.041180'] + X-XSS-Protection: [1; mode=block] + content-length: ['122'] + status: {code: 200, message: OK} +version: 1 -- cgit v1.2.3