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_list_create.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 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 b76d963..a3bc613 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":"46","title":"ham burglars"}'} + body: {string: '{"id":"1","title":"ham burglars"}'} headers: Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] @@ -23,10 +23,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [468f6c37-c52d-4bab-a667-878396b57e59] - X-Runtime: ['0.032059'] + X-Request-Id: [b1f49da3-1f01-439c-81f1-5267477393bc] + X-Runtime: ['0.075889'] X-XSS-Protection: [1; mode=block] - content-length: ['34'] + content-length: ['33'] status: {code: 200, message: OK} - request: body: null @@ -39,7 +39,7 @@ interactions: method: GET uri: http://localhost:3000/api/v1/lists response: - body: {string: '[{"id":"46","title":"ham burglars"}]'} + body: {string: '[{"id":"1","title":"ham burglars"}]'} headers: Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] @@ -50,10 +50,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [b3ef667f-16d3-4156-90d0-9711b0d9b008] - X-Runtime: ['0.016081'] + X-Request-Id: [83daef6e-07cc-4602-9610-9f72134a211d] + X-Runtime: ['0.029009'] X-XSS-Protection: [1; mode=block] - content-length: ['36'] + content-length: ['35'] status: {code: 200, message: OK} - request: body: null @@ -65,7 +65,7 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/lists/46 + uri: http://localhost:3000/api/v1/lists/1 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: [443be3d4-a16b-4b97-8c5b-d11342af6997] - X-Runtime: ['0.023674'] + X-Request-Id: [ceb08c50-f6bc-4499-b8bd-2037fd43a9de] + X-Runtime: ['0.078983'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} -- cgit v1.2.3