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 8519d00..adb8504 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":"60","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} 15 body: {string: '{"id":"123","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: [855e6d63-e244-4b89-9193-5568a98db496] 26 X-Request-Id: [db59c1b5-d9fb-4be8-a3c0-bda573ceb560]
27 X-Runtime: ['0.028946'] 27 X-Runtime: ['0.040104']
28 X-XSS-Protection: [1; mode=block] 28 X-XSS-Protection: [1; mode=block]
29 content-length: ['113'] 29 content-length: ['114']
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/60 42 uri: http://localhost:3000/api/v1/filters/123
43 response: 43 response:
44 body: {string: '{"id":"60","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} 44 body: {string: '{"id":"123","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: [b439f18f-8c5d-44e2-afc6-432d3a19e5f9] 55 X-Request-Id: [9792e455-2ede-4e94-86c0-b3a7ca43e3ac]
56 X-Runtime: ['0.023707'] 56 X-Runtime: ['0.038332']
57 X-XSS-Protection: [1; mode=block] 57 X-XSS-Protection: [1; mode=block]
58 content-length: ['120'] 58 content-length: ['121']
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/60 69 uri: http://localhost:3000/api/v1/filters/123
70 response: 70 response:
71 body: {string: '{"id":"60","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} 71 body: {string: '{"id":"123","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: [0ee71619-eb0a-4a84-a947-464b3a0f157a] 82 X-Request-Id: [0c0d83ff-963d-4f05-a0d5-f3a16ae82a39]
83 X-Runtime: ['0.023123'] 83 X-Runtime: ['0.020907']
84 X-XSS-Protection: [1; mode=block] 84 X-XSS-Protection: [1; mode=block]
85 content-length: ['120'] 85 content-length: ['121']
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)