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_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 e13a194..538a354 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":"22","title":"ham burglars"}'} + body: {string: '{"id":"42","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: [bd1652d1-76f1-46a8-9538-628cc683adfa] - X-Runtime: ['0.026633'] + X-Request-Id: [63bc3951-d770-4ba4-8778-1d77343cba0f] + X-Runtime: ['0.025689'] 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/22 + uri: http://localhost:3000/api/v1/lists/42 response: - body: {string: '{"id":"22","title":"fry kids"}'} + body: {string: '{"id":"42","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: [6b7758be-dcdf-45fd-bb1a-fa632d637bb1] - X-Runtime: ['0.024845'] + X-Request-Id: [e5c7a32d-aa49-45ea-b2dc-d16e28c1b777] + X-Runtime: ['0.022146'] 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":"22","title":"fry kids"}]'} + body: {string: '[{"id":"42","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: [a4ba556b-3082-4e0c-bde2-eb1cbc281ad8] - X-Runtime: ['0.020165'] + X-Request-Id: [a5c423cd-686a-4dfd-9cf7-a545cfef1884] + X-Runtime: ['0.040579'] 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":"22","title":"fry kids"}]'} + body: {string: '[{"id":"42","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: [b347ee38-fb15-4812-8bac-ddb004364d02] - X-Runtime: ['0.016011'] + X-Request-Id: [4e2f9fe2-8c90-40c0-8437-f6f8c8944937] + X-Runtime: ['0.023944'] 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/22 + uri: http://localhost:3000/api/v1/lists/42 response: - body: {string: '{"id":"22","title":"fry kids"}'} + body: {string: '{"id":"42","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: [fbcc429e-9132-4af9-b4fe-f05a78e842cf] - X-Runtime: ['0.015933'] + X-Request-Id: [bee10c62-1778-43b4-88cb-cca468a8ba11] + X-Runtime: ['0.022016'] 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/22 + uri: http://localhost:3000/api/v1/lists/42 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: [6fbcb159-9c72-4cd7-ab18-c8fbf1dc0d71] - X-Runtime: ['0.029654'] + X-Request-Id: [ce909ef9-55c2-4aa3-9240-83e594d72399] + X-Runtime: ['0.035267'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} -- cgit v1.2.3