From 64ec9e20987072692227d8817d9fd99d497fea5e Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Wed, 18 Apr 2018 22:00:35 +0200 Subject: Update the tests --- tests/cassettes/test_account_block_unblock.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (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 index 832c24c..a7eeee7 100644 --- a/tests/cassettes/test_account_block_unblock.yaml +++ b/tests/cassettes/test_account_block_unblock.yaml @@ -7,23 +7,23 @@ interactions: Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python-requests/2.18.4] + User-Agent: [python-requests/2.9.1] 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}'} + body: {string: '{"id":"1","following":false,"showing_reblogs":false,"followed_by":false,"blocking":true,"muting":false,"muting_notifications":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"] + ETag: [W/"7270db64f2e7252111bde1d5a36123b5"] 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-Request-Id: [4647bb35-bc43-4f4f-b468-a4b4e9c8014d] + X-Runtime: ['0.143071'] X-XSS-Protection: [1; mode=block] - content-length: ['121'] + content-length: ['174'] status: {code: 200, message: OK} - request: body: null @@ -33,22 +33,22 @@ interactions: Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [python-requests/2.18.4] + User-Agent: [python-requests/2.9.1] 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}'} + body: {string: '{"id":"1","following":false,"showing_reblogs":false,"followed_by":false,"blocking":false,"muting":false,"muting_notifications":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"] + ETag: [W/"87221e47b85c075458d260d65c52aa13"] 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-Request-Id: [ecf68d44-d195-4ba8-a68d-6d018a9d0d79] + X-Runtime: ['0.056808'] X-XSS-Protection: [1; mode=block] - content-length: ['122'] + content-length: ['175'] status: {code: 200, message: OK} version: 1 -- cgit v1.2.3