From d0c71b1a8497a3047f630cd1926f803a5190d7aa Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Mon, 30 Jul 2018 23:19:51 +0200 Subject: Fresh set of tests pre-release --- tests/cassettes/test_list_create.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 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 b5ee208..60f43d6 100644 --- a/tests/cassettes/test_list_create.yaml +++ b/tests/cassettes/test_list_create.yaml @@ -12,11 +12,11 @@ interactions: method: POST uri: http://localhost:3000/api/v1/lists response: - body: {string: '{"id":"6","title":"ham burglars"}'} + body: {string: '{"id":"14","title":"ham burglars"}'} headers: Cache-Control: ['max-age=0, private, must-revalidate'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"379c0dd4c98ba12770048fe361c2e579"] + ETag: [W/"c58e93da2c4d31790e3ce4c09ca4de45"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -24,10 +24,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [1dce2231-3ea0-40c9-975f-1792553e2201] - X-Runtime: ['0.026259'] + X-Request-Id: [06441bd8-3ce4-4bc1-8342-f4915c8b09f0] + X-Runtime: ['0.029756'] X-XSS-Protection: [1; mode=block] - content-length: ['33'] + content-length: ['34'] status: {code: 200, message: OK} - request: body: null @@ -40,11 +40,11 @@ interactions: method: GET uri: http://localhost:3000/api/v1/lists response: - body: {string: '[{"id":"6","title":"ham burglars"}]'} + body: {string: '[{"id":"14","title":"ham burglars"}]'} headers: Cache-Control: ['max-age=0, private, must-revalidate'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b30b4ef4fb3cef6ff98f609a42be249d"] + ETag: [W/"f427eae25928e4d43887219c4ef53efb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -52,10 +52,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [061ee9e1-51dc-4f6a-9519-912122359121] - X-Runtime: ['0.036976'] + X-Request-Id: [9309212f-cd55-4d3c-baa6-03ceeb0aa44d] + X-Runtime: ['0.022800'] X-XSS-Protection: [1; mode=block] - content-length: ['35'] + content-length: ['36'] status: {code: 200, message: OK} - request: body: null @@ -67,13 +67,13 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/lists/6 + uri: http://localhost:3000/api/v1/lists/14 response: body: {string: '{}'} headers: Cache-Control: ['max-age=0, private, must-revalidate'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"bf92612b432ba5b51a56b55e4c0b9817"] + ETag: [W/"1117e5398aa3b3d23877677b5f948531"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -81,8 +81,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [883d0b5e-c541-4e07-ab25-22a2035505be] - X-Runtime: ['0.022963'] + X-Request-Id: [715ff3df-a646-41d8-a27a-2e6f5be9eaf6] + X-Runtime: ['0.037844'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} -- cgit v1.2.3