From 861bdc7693a5d39377e7c46daea6a5a0e9d54189 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 27 Apr 2019 23:29:27 +0200 Subject: Fix broken tests --- tests/cassettes/test_account_mute_unmute.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'tests/cassettes/test_account_mute_unmute.yaml') diff --git a/tests/cassettes/test_account_mute_unmute.yaml b/tests/cassettes/test_account_mute_unmute.yaml index 3a4c605..483a235 100644 --- a/tests/cassettes/test_account_mute_unmute.yaml +++ b/tests/cassettes/test_account_mute_unmute.yaml @@ -1,12 +1,13 @@ interactions: - request: - body: null + body: notifications=1 headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] Connection: [keep-alive] - Content-Length: ['0'] + Content-Length: ['15'] + Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST uri: http://localhost:3000/api/v1/accounts/1/mute @@ -15,7 +16,7 @@ interactions: headers: Cache-Control: ['max-age=0, private, must-revalidate'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"e4d8187853fd28ab46e94172d60f0f0d"] + ETag: [W/"59de293253d478bb34c984ebe11efe4f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -23,8 +24,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [8f07b007-6f77-42c4-b78c-56ea8e740e54] - X-Runtime: ['0.066529'] + X-Request-Id: [59ef8a80-0d38-41e9-8b9f-4f59e8a718d1] + X-Runtime: ['0.110376'] X-XSS-Protection: [1; mode=block] content-length: ['209'] status: {code: 200, message: OK} @@ -44,7 +45,7 @@ interactions: headers: Cache-Control: ['max-age=0, private, must-revalidate'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"93a1f854f426a7241ace77f72b5209db"] + ETag: [W/"f8c3361d53e3585ee39fcaf8f68d8c8e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -52,8 +53,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [fb908398-428f-4d8b-9e48-a690e7c6a47f] - X-Runtime: ['0.055213'] + X-Request-Id: [62d07f15-81d2-4add-8551-fec673d711db] + X-Runtime: ['0.069967'] X-XSS-Protection: [1; mode=block] content-length: ['211'] status: {code: 200, message: OK} -- cgit v1.2.3