From d0c71b1a8497a3047f630cd1926f803a5190d7aa Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Mon, 30 Jul 2018 23:19:51 +0200 Subject: Fresh set of tests pre-release --- tests/cassettes/test_follow_request_authorize.yaml | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'tests/cassettes/test_follow_request_authorize.yaml') diff --git a/tests/cassettes/test_follow_request_authorize.yaml b/tests/cassettes/test_follow_request_authorize.yaml index af531f6..219c109 100644 --- a/tests/cassettes/test_follow_request_authorize.yaml +++ b/tests/cassettes/test_follow_request_authorize.yaml @@ -1,22 +1,22 @@ interactions: - request: - body: reblogs=True&id=1234567890123456 + body: reblogs=1&id=1234567890123456 headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN_2] Connection: [keep-alive] - Content-Length: ['32'] + Content-Length: ['29'] Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST uri: http://localhost:3000/api/v1/accounts/1234567890123456/follow response: - body: {string: '{"id":"1234567890123456","following":false,"showing_reblogs":true,"followed_by":false,"blocking":false,"muting":false,"muting_notifications":false,"requested":true,"domain_blocking":false}'} + body: {string: '{"id":"1234567890123456","following":false,"showing_reblogs":true,"followed_by":true,"blocking":false,"muting":false,"muting_notifications":false,"requested":true,"domain_blocking":false}'} headers: Cache-Control: ['max-age=0, private, must-revalidate'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1b53bbbf2157ed6dfbc2ebff1bae575a"] + ETag: [W/"5d58d51de45c78c49b13ffafa455ec4a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -24,10 +24,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [d825adf4-d39b-4b11-ac06-52f1c2ebae1e] - X-Runtime: ['0.167887'] + X-Request-Id: [9d38c2ba-8c7d-4655-b6f2-c1952ef741f1] + X-Runtime: ['0.080785'] X-XSS-Protection: [1; mode=block] - content-length: ['188'] + content-length: ['187'] status: {code: 200, message: OK} - request: body: null @@ -45,7 +45,7 @@ interactions: headers: Cache-Control: ['max-age=0, private, must-revalidate'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"eaa50bd8a2a8ed6f27b526579722aa2b"] + ETag: [W/"eeb6b79b2b5faa24394c5db4fc61064c"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -53,8 +53,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e60c20e1-3f5a-482b-bd96-fe38751015cc] - X-Runtime: ['0.182601'] + X-Request-Id: [516bbf2a-af02-4231-a038-80beeefb07c7] + X-Runtime: ['0.083330'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -70,11 +70,11 @@ interactions: method: POST uri: http://localhost:3000/api/v1/accounts/1234567890123456/unfollow response: - body: {string: '{"id":"1234567890123456","following":false,"showing_reblogs":false,"followed_by":false,"blocking":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false}'} + body: {string: '{"id":"1234567890123456","following":false,"showing_reblogs":false,"followed_by":true,"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/"f823a0cd20057f6ffc5edcb18fcdd541"] + ETag: [W/"df7f0e83fce49f84855f485cb03eee54"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -82,9 +82,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e12e2778-318b-442e-bfe0-ce3101c67a7b] - X-Runtime: ['0.139029'] + X-Request-Id: [fe74e6db-5f1e-4781-8589-90c76c7e76bc] + X-Runtime: ['0.118589'] X-XSS-Protection: [1; mode=block] - content-length: ['190'] + content-length: ['189'] status: {code: 200, message: OK} version: 1 -- cgit v1.2.3