From 0b3b2c31a024a335a9e52e93c350f1a214a92219 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 12 Oct 2019 23:03:14 +0200 Subject: Pre-release full testsuite updated run --- 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 a47199a..b76d963 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":"41","title":"ham burglars"}'} + body: {string: '{"id":"46","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: [9972c96b-7c88-4666-b70a-8f3bea4979bb] - X-Runtime: ['0.030790'] + X-Request-Id: [468f6c37-c52d-4bab-a667-878396b57e59] + X-Runtime: ['0.032059'] 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":"41","title":"ham burglars"}]'} + body: {string: '[{"id":"46","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: [41df533c-e0b6-4cb0-b2da-646690dc7040] - X-Runtime: ['0.017900'] + X-Request-Id: [b3ef667f-16d3-4156-90d0-9711b0d9b008] + X-Runtime: ['0.016081'] 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/41 + uri: http://localhost:3000/api/v1/lists/46 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: [c222b25c-ef44-416d-a83d-bd9613de0ab0] - X-Runtime: ['0.028190'] + X-Request-Id: [443be3d4-a16b-4b97-8c5b-d11342af6997] + X-Runtime: ['0.023674'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} -- cgit v1.2.3