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_account_follow_unfollow.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'tests/cassettes/test_account_follow_unfollow.yaml') diff --git a/tests/cassettes/test_account_follow_unfollow.yaml b/tests/cassettes/test_account_follow_unfollow.yaml index c4c19c0..a5bdf96 100644 --- a/tests/cassettes/test_account_follow_unfollow.yaml +++ b/tests/cassettes/test_account_follow_unfollow.yaml @@ -12,11 +12,11 @@ interactions: method: POST uri: http://localhost:3000/api/v1/accounts/1/follow response: - body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false}'} + body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'} headers: Cache-Control: ['max-age=0, private, must-revalidate'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"bc9fd39e41f439919274b937387bab3e"] + ETag: [W/"9f0c01526fdbe9beed863514654c8a27"] 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: [988b50cc-7b82-4b51-9845-b5aa2f442b5a] - X-Runtime: ['0.103740'] + X-Request-Id: [aeeea112-0858-4b3b-ad38-01ce548657c9] + X-Runtime: ['0.080318'] X-XSS-Protection: [1; mode=block] - content-length: ['173'] + content-length: ['209'] status: {code: 200, message: OK} - request: body: null @@ -41,11 +41,11 @@ interactions: method: POST uri: http://localhost:3000/api/v1/accounts/1/unfollow response: - body: {string: '{"id":"1","following":false,"showing_reblogs":false,"followed_by":false,"blocking":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false}'} + body: {string: '{"id":"1","following":false,"showing_reblogs":false,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'} headers: Cache-Control: ['max-age=0, private, must-revalidate'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"2faa51ebd74eb174c9125d103f2f9731"] + ETag: [W/"93a1f854f426a7241ace77f72b5209db"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -53,9 +53,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [06a31a89-cbac-46b8-97a6-5c18a00655bc] - X-Runtime: ['0.133942'] + X-Request-Id: [1211c69f-cd82-4599-9545-e8c819aa9350] + X-Runtime: ['0.147866'] X-XSS-Protection: [1; mode=block] - content-length: ['175'] + content-length: ['211'] status: {code: 200, message: OK} version: 1 -- cgit v1.2.3