From 225c8ca76a8fc6eb2a87a8156b7ce808d3b06507 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 22 Jun 2019 23:16:47 +0200 Subject: Fresh batch of test runs --- tests/cassettes/test_filter_update.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'tests/cassettes/test_filter_update.yaml') diff --git a/tests/cassettes/test_filter_update.yaml b/tests/cassettes/test_filter_update.yaml index b9538f7..8519d00 100644 --- a/tests/cassettes/test_filter_update.yaml +++ b/tests/cassettes/test_filter_update.yaml @@ -12,7 +12,7 @@ interactions: method: POST uri: http://localhost:3000/api/v1/filters response: - body: {string: '{"id":"3","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} + body: {string: '{"id":"60","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} 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: [bd8dd539-c0a0-4e80-b882-a97b7a4fe8f1] - X-Runtime: ['0.034055'] + X-Request-Id: [855e6d63-e244-4b89-9193-5568a98db496] + X-Runtime: ['0.028946'] X-XSS-Protection: [1; mode=block] - content-length: ['112'] + content-length: ['113'] status: {code: 200, message: OK} - request: body: phrase=japanimation @@ -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/filters/3 + uri: http://localhost:3000/api/v1/filters/60 response: - body: {string: '{"id":"3","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} + body: {string: '{"id":"60","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} headers: Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] @@ -52,10 +52,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [8f11357b-3bd5-46e7-8a5b-578299e3d426] - X-Runtime: ['0.086907'] + X-Request-Id: [b439f18f-8c5d-44e2-afc6-432d3a19e5f9] + X-Runtime: ['0.023707'] X-XSS-Protection: [1; mode=block] - content-length: ['119'] + content-length: ['120'] status: {code: 200, message: OK} - request: body: null @@ -66,9 +66,9 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/filters/3 + uri: http://localhost:3000/api/v1/filters/60 response: - body: {string: '{"id":"3","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} + body: {string: '{"id":"60","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} headers: Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] @@ -79,9 +79,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [3758c54b-454e-47a6-be44-ca4b5b6ce94a] - X-Runtime: ['0.031811'] + X-Request-Id: [0ee71619-eb0a-4a84-a947-464b3a0f157a] + X-Runtime: ['0.023123'] X-XSS-Protection: [1; mode=block] - content-length: ['119'] + content-length: ['120'] status: {code: 200, message: OK} version: 1 -- cgit v1.2.3