aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_filter_update.yaml')
-rw-r--r--tests/cassettes/test_filter_update.yaml22
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/cassettes/test_filter_update.yaml b/tests/cassettes/test_filter_update.yaml
index adb8504..09218ab 100644
--- a/tests/cassettes/test_filter_update.yaml
+++ b/tests/cassettes/test_filter_update.yaml
@@ -12,7 +12,7 @@ interactions:
12 method: POST 12 method: POST
13 uri: http://localhost:3000/api/v1/filters 13 uri: http://localhost:3000/api/v1/filters
14 response: 14 response:
15 body: {string: '{"id":"123","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} 15 body: {string: '{"id":"132","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'}
16 headers: 16 headers:
17 Cache-Control: ['no-cache, no-store'] 17 Cache-Control: ['no-cache, no-store']
18 Content-Type: [application/json; charset=utf-8] 18 Content-Type: [application/json; charset=utf-8]
@@ -23,8 +23,8 @@ interactions:
23 X-Download-Options: [noopen] 23 X-Download-Options: [noopen]
24 X-Frame-Options: [SAMEORIGIN] 24 X-Frame-Options: [SAMEORIGIN]
25 X-Permitted-Cross-Domain-Policies: [none] 25 X-Permitted-Cross-Domain-Policies: [none]
26 X-Request-Id: [db59c1b5-d9fb-4be8-a3c0-bda573ceb560] 26 X-Request-Id: [cc317f82-ca04-459c-9fc3-e77d4eb5418b]
27 X-Runtime: ['0.040104'] 27 X-Runtime: ['0.025617']
28 X-XSS-Protection: [1; mode=block] 28 X-XSS-Protection: [1; mode=block]
29 content-length: ['114'] 29 content-length: ['114']
30 status: {code: 200, message: OK} 30 status: {code: 200, message: OK}
@@ -39,9 +39,9 @@ interactions:
39 Content-Type: [application/x-www-form-urlencoded] 39 Content-Type: [application/x-www-form-urlencoded]
40 User-Agent: [python-requests/2.18.4] 40 User-Agent: [python-requests/2.18.4]
41 method: PUT 41 method: PUT
42 uri: http://localhost:3000/api/v1/filters/123 42 uri: http://localhost:3000/api/v1/filters/132
43 response: 43 response:
44 body: {string: '{"id":"123","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} 44 body: {string: '{"id":"132","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'}
45 headers: 45 headers:
46 Cache-Control: ['no-cache, no-store'] 46 Cache-Control: ['no-cache, no-store']
47 Content-Type: [application/json; charset=utf-8] 47 Content-Type: [application/json; charset=utf-8]
@@ -52,8 +52,8 @@ interactions:
52 X-Download-Options: [noopen] 52 X-Download-Options: [noopen]
53 X-Frame-Options: [SAMEORIGIN] 53 X-Frame-Options: [SAMEORIGIN]
54 X-Permitted-Cross-Domain-Policies: [none] 54 X-Permitted-Cross-Domain-Policies: [none]
55 X-Request-Id: [9792e455-2ede-4e94-86c0-b3a7ca43e3ac] 55 X-Request-Id: [3ada522d-a0c6-4a6d-bcb7-7fb9d62b547a]
56 X-Runtime: ['0.038332'] 56 X-Runtime: ['0.027720']
57 X-XSS-Protection: [1; mode=block] 57 X-XSS-Protection: [1; mode=block]
58 content-length: ['121'] 58 content-length: ['121']
59 status: {code: 200, message: OK} 59 status: {code: 200, message: OK}
@@ -66,9 +66,9 @@ interactions:
66 Connection: [keep-alive] 66 Connection: [keep-alive]
67 User-Agent: [python-requests/2.18.4] 67 User-Agent: [python-requests/2.18.4]
68 method: GET 68 method: GET
69 uri: http://localhost:3000/api/v1/filters/123 69 uri: http://localhost:3000/api/v1/filters/132
70 response: 70 response:
71 body: {string: '{"id":"123","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} 71 body: {string: '{"id":"132","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'}
72 headers: 72 headers:
73 Cache-Control: ['no-cache, no-store'] 73 Cache-Control: ['no-cache, no-store']
74 Content-Type: [application/json; charset=utf-8] 74 Content-Type: [application/json; charset=utf-8]
@@ -79,8 +79,8 @@ interactions:
79 X-Download-Options: [noopen] 79 X-Download-Options: [noopen]
80 X-Frame-Options: [SAMEORIGIN] 80 X-Frame-Options: [SAMEORIGIN]
81 X-Permitted-Cross-Domain-Policies: [none] 81 X-Permitted-Cross-Domain-Policies: [none]
82 X-Request-Id: [0c0d83ff-963d-4f05-a0d5-f3a16ae82a39] 82 X-Request-Id: [59f34c3f-c8c3-49ef-9d4b-7dae04f73911]
83 X-Runtime: ['0.020907'] 83 X-Runtime: ['0.018530']
84 X-XSS-Protection: [1; mode=block] 84 X-XSS-Protection: [1; mode=block]
85 content-length: ['121'] 85 content-length: ['121']
86 status: {code: 200, message: OK} 86 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)