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_list_create.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'tests/cassettes/test_list_create.yaml') diff --git a/tests/cassettes/test_list_create.yaml b/tests/cassettes/test_list_create.yaml index e7067cc..a47199a 100644 --- a/tests/cassettes/test_list_create.yaml +++ b/tests/cassettes/test_list_create.yaml @@ -12,7 +12,7 @@ interactions: method: POST uri: http://localhost:3000/api/v1/lists response: - body: {string: '{"id":"21","title":"ham burglars"}'} + body: {string: '{"id":"41","title":"ham burglars"}'} headers: Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] @@ -23,8 +23,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f0d3b834-503b-4ecf-aa84-4acf664bdab6] - X-Runtime: ['0.039192'] + X-Request-Id: [9972c96b-7c88-4666-b70a-8f3bea4979bb] + X-Runtime: ['0.030790'] X-XSS-Protection: [1; mode=block] content-length: ['34'] status: {code: 200, message: OK} @@ -39,7 +39,7 @@ interactions: method: GET uri: http://localhost:3000/api/v1/lists response: - body: {string: '[{"id":"21","title":"ham burglars"}]'} + body: {string: '[{"id":"41","title":"ham burglars"}]'} headers: Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] @@ -50,8 +50,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [3363febc-4861-4bc3-a806-33337651b5e0] - X-Runtime: ['0.017341'] + X-Request-Id: [41df533c-e0b6-4cb0-b2da-646690dc7040] + X-Runtime: ['0.017900'] X-XSS-Protection: [1; mode=block] content-length: ['36'] status: {code: 200, message: OK} @@ -65,7 +65,7 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/lists/21 + uri: http://localhost:3000/api/v1/lists/41 response: body: {string: '{}'} headers: @@ -78,8 +78,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [806dc7f8-726d-4812-94c9-1feea6c3b73b] - X-Runtime: ['0.029341'] + X-Request-Id: [c222b25c-ef44-416d-a83d-bd9613de0ab0] + X-Runtime: ['0.028190'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} -- cgit v1.2.3