From 4f90728a4a8c98f3ee7e9aab5a05f93c152a375d Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 22 Feb 2020 20:31:33 +0100 Subject: Fix tests for 3.1.1 --- tests/cassettes/test_account_followers.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'tests/cassettes/test_account_followers.yaml') diff --git a/tests/cassettes/test_account_followers.yaml b/tests/cassettes/test_account_followers.yaml index f32ad6e..6640f59 100644 --- a/tests/cassettes/test_account_followers.yaml +++ b/tests/cassettes/test_account_followers.yaml @@ -10,11 +10,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/1/followers response: - body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2019-10-12T20:55:05.311Z","emojis":[],"fields":[]}]'} + body: {string: '[]'} headers: Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - Link: ['; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,9 +21,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [4ac9ee5a-9181-45cb-8dc8-8310ae562d56] - X-Runtime: ['0.038805'] + X-Request-Id: [97eaa0f5-47df-4f92-8acb-7565fcd8d01f] + X-Runtime: ['0.055422'] X-XSS-Protection: [1; mode=block] - content-length: ['614'] + content-length: ['2'] status: {code: 200, message: OK} version: 1 -- cgit v1.2.3