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_update.yaml | 40 +++++++++++++++++------------------ 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'tests/cassettes/test_list_update.yaml') diff --git a/tests/cassettes/test_list_update.yaml b/tests/cassettes/test_list_update.yaml index 538a354..2c3795b 100644 --- a/tests/cassettes/test_list_update.yaml +++ b/tests/cassettes/test_list_update.yaml @@ -12,7 +12,7 @@ interactions: method: POST uri: http://localhost:3000/api/v1/lists response: - body: {string: '{"id":"42","title":"ham burglars"}'} + body: {string: '{"id":"47","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: [63bc3951-d770-4ba4-8778-1d77343cba0f] - X-Runtime: ['0.025689'] + X-Request-Id: [cc115ab7-24bb-40ae-8eaf-61bc0a14f564] + X-Runtime: ['0.045065'] X-XSS-Protection: [1; mode=block] content-length: ['34'] status: {code: 200, message: OK} @@ -39,9 +39,9 @@ interactions: Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: PUT - uri: http://localhost:3000/api/v1/lists/42 + uri: http://localhost:3000/api/v1/lists/47 response: - body: {string: '{"id":"42","title":"fry kids"}'} + body: {string: '{"id":"47","title":"fry kids"}'} headers: Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] @@ -52,8 +52,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e5c7a32d-aa49-45ea-b2dc-d16e28c1b777] - X-Runtime: ['0.022146'] + X-Request-Id: [027c4c8e-5428-421e-ac16-43c14ef5eced] + X-Runtime: ['0.021880'] X-XSS-Protection: [1; mode=block] content-length: ['30'] status: {code: 200, message: OK} @@ -68,7 +68,7 @@ interactions: method: GET uri: http://localhost:3000/api/v1/lists response: - body: {string: '[{"id":"42","title":"fry kids"}]'} + body: {string: '[{"id":"47","title":"fry kids"}]'} headers: Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] @@ -79,8 +79,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [a5c423cd-686a-4dfd-9cf7-a545cfef1884] - X-Runtime: ['0.040579'] + X-Request-Id: [73120384-b06b-41a5-a283-6a093cb38070] + X-Runtime: ['0.020128'] X-XSS-Protection: [1; mode=block] content-length: ['32'] status: {code: 200, message: OK} @@ -95,7 +95,7 @@ interactions: method: GET uri: http://localhost:3000/api/v1/lists response: - body: {string: '[{"id":"42","title":"fry kids"}]'} + body: {string: '[{"id":"47","title":"fry kids"}]'} headers: Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] @@ -106,8 +106,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [4e2f9fe2-8c90-40c0-8437-f6f8c8944937] - X-Runtime: ['0.023944'] + X-Request-Id: [e155731a-6ed9-44a9-953e-8ac2ca1539a0] + X-Runtime: ['0.018271'] X-XSS-Protection: [1; mode=block] content-length: ['32'] status: {code: 200, message: OK} @@ -120,9 +120,9 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/lists/42 + uri: http://localhost:3000/api/v1/lists/47 response: - body: {string: '{"id":"42","title":"fry kids"}'} + body: {string: '{"id":"47","title":"fry kids"}'} headers: Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] @@ -133,8 +133,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [bee10c62-1778-43b4-88cb-cca468a8ba11] - X-Runtime: ['0.022016'] + X-Request-Id: [d29d80fa-b962-4cbc-99e6-fb4a12d7f784] + X-Runtime: ['0.019585'] X-XSS-Protection: [1; mode=block] content-length: ['30'] status: {code: 200, message: OK} @@ -148,7 +148,7 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/lists/42 + uri: http://localhost:3000/api/v1/lists/47 response: body: {string: '{}'} headers: @@ -161,8 +161,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [ce909ef9-55c2-4aa3-9240-83e594d72399] - X-Runtime: ['0.035267'] + X-Request-Id: [00f78576-7f75-4796-87e1-062e5a5692a6] + X-Runtime: ['0.026949'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} -- cgit v1.2.3