From 437f68c29a18303de3c75962021bbe030b2cf85c Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Fri, 11 Oct 2019 23:59:24 +0200 Subject: Update tests for 3.0.1 and fix regressions --- tests/cassettes/test_status_empty.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'tests/cassettes/test_status_empty.yaml') diff --git a/tests/cassettes/test_status_empty.yaml b/tests/cassettes/test_status_empty.yaml index 46941fe..e538cc0 100644 --- a/tests/cassettes/test_status_empty.yaml +++ b/tests/cassettes/test_status_empty.yaml @@ -12,8 +12,7 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: "{\"error\":\"\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u306B\u5931\u6557\u3057\u307E\u3057\u305F: - Text\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\"}"} + body: {string: '{"error":"Validation failed: Text can''t be blank"}'} headers: Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] @@ -24,9 +23,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [322f1738-86dc-4aaa-9203-33ed8702f60b] - X-Runtime: ['0.045138'] + X-Request-Id: [d9853d08-205a-46d4-ba19-eb5350ab7ef5] + X-Runtime: ['0.032581'] X-XSS-Protection: [1; mode=block] - content-length: ['87'] + content-length: ['50'] status: {code: 422, message: Unprocessable Entity} version: 1 -- cgit v1.2.3