From e3936649745a627fa2c31fc7b8602793b7d6027b Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 27 Apr 2019 21:04:06 +0200 Subject: Test fixups and small 2.8 fixes Pagination backwards is broken presently. --- tests/cassettes/test_follow_request_reject.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'tests/cassettes/test_follow_request_reject.yaml') diff --git a/tests/cassettes/test_follow_request_reject.yaml b/tests/cassettes/test_follow_request_reject.yaml index 4cd7802..d08ff52 100644 --- a/tests/cassettes/test_follow_request_reject.yaml +++ b/tests/cassettes/test_follow_request_reject.yaml @@ -12,11 +12,11 @@ interactions: method: POST uri: http://localhost:3000/api/v1/accounts/1234567890123456/follow response: - body: {string: '{"id":"1234567890123456","following":false,"showing_reblogs":true,"followed_by":true,"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,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":true,"domain_blocking":false,"endorsed":false}'} headers: Cache-Control: ['max-age=0, private, must-revalidate'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"f4ee1753307d04305d838a7868f08def"] + ETag: [W/"a30e750b5504918fa9c1d43328a4c7f2"] 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: [6fc77b64-3308-4a65-972a-3b1c719e397f] - X-Runtime: ['0.144944'] + X-Request-Id: [9aa5d8f9-5b5e-4d2d-a3b4-b2539decadc0] + X-Runtime: ['0.083219'] X-XSS-Protection: [1; mode=block] - content-length: ['187'] + content-length: ['223'] 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/"6571419e6020ea9364898b8142929b02"] + ETag: [W/"20f3c8b3cf06b52a4e5a0cfe9a79fa4e"] 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: [86c45191-e3d4-4666-b2fe-041be3fcee31] - X-Runtime: ['0.074605'] + X-Request-Id: [e89a169c-74c4-4485-9046-84872eea0ad7] + X-Runtime: ['0.096371'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} -- cgit v1.2.3