aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_filter_update.yaml')
-rw-r--r--tests/cassettes/test_filter_update.yaml28
1 files changed, 14 insertions, 14 deletions
diff --git a/tests/cassettes/test_filter_update.yaml b/tests/cassettes/test_filter_update.yaml
index 09218ab..86e9842 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":"132","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} 15 body: {string: '{"id":"3","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,10 +23,10 @@ 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: [cc317f82-ca04-459c-9fc3-e77d4eb5418b] 26 X-Request-Id: [220c49fb-ac0c-488e-a28c-2c6e929b28b4]
27 X-Runtime: ['0.025617'] 27 X-Runtime: ['0.036281']
28 X-XSS-Protection: [1; mode=block] 28 X-XSS-Protection: [1; mode=block]
29 content-length: ['114'] 29 content-length: ['112']
30 status: {code: 200, message: OK} 30 status: {code: 200, message: OK}
31- request: 31- request:
32 body: phrase=japanimation 32 body: phrase=japanimation
@@ -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/132 42 uri: http://localhost:3000/api/v1/filters/3
43 response: 43 response:
44 body: {string: '{"id":"132","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} 44 body: {string: '{"id":"3","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,10 +52,10 @@ 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: [3ada522d-a0c6-4a6d-bcb7-7fb9d62b547a] 55 X-Request-Id: [db1bb32d-5f6d-41a2-9b61-5197030c32b0]
56 X-Runtime: ['0.027720'] 56 X-Runtime: ['0.033542']
57 X-XSS-Protection: [1; mode=block] 57 X-XSS-Protection: [1; mode=block]
58 content-length: ['121'] 58 content-length: ['119']
59 status: {code: 200, message: OK} 59 status: {code: 200, message: OK}
60- request: 60- request:
61 body: null 61 body: null
@@ -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/132 69 uri: http://localhost:3000/api/v1/filters/3
70 response: 70 response:
71 body: {string: '{"id":"132","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} 71 body: {string: '{"id":"3","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,9 +79,9 @@ 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: [59f34c3f-c8c3-49ef-9d4b-7dae04f73911] 82 X-Request-Id: [3123dbc3-1ecb-47c7-8934-13b14fcad219]
83 X-Runtime: ['0.018530'] 83 X-Runtime: ['0.042994']
84 X-XSS-Protection: [1; mode=block] 84 X-XSS-Protection: [1; mode=block]
85 content-length: ['121'] 85 content-length: ['119']
86 status: {code: 200, message: OK} 86 status: {code: 200, message: OK}
87version: 1 87version: 1
Powered by cgit v1.2.3 (git 2.41.0)