aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_filter_create.yaml')
-rw-r--r--tests/cassettes/test_filter_create.yaml64
1 files changed, 32 insertions, 32 deletions
diff --git a/tests/cassettes/test_filter_create.yaml b/tests/cassettes/test_filter_create.yaml
index 7ad6494..5056a62 100644
--- a/tests/cassettes/test_filter_create.yaml
+++ b/tests/cassettes/test_filter_create.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":"130","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} 15 body: {string: '{"id":"1","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: [c450628b-c12a-4920-9b02-a5149db51938] 26 X-Request-Id: [89b1bf76-6ac1-4de0-aac5-d6c7ac174117]
27 X-Runtime: ['0.045761'] 27 X-Runtime: ['0.132145']
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: null 32 body: null
@@ -39,7 +39,7 @@ interactions:
39 method: GET 39 method: GET
40 uri: http://localhost:3000/api/v1/filters 40 uri: http://localhost:3000/api/v1/filters
41 response: 41 response:
42 body: {string: '[{"id":"130","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}]'} 42 body: {string: '[{"id":"1","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}]'}
43 headers: 43 headers:
44 Cache-Control: ['no-cache, no-store'] 44 Cache-Control: ['no-cache, no-store']
45 Content-Type: [application/json; charset=utf-8] 45 Content-Type: [application/json; charset=utf-8]
@@ -50,10 +50,10 @@ interactions:
50 X-Download-Options: [noopen] 50 X-Download-Options: [noopen]
51 X-Frame-Options: [SAMEORIGIN] 51 X-Frame-Options: [SAMEORIGIN]
52 X-Permitted-Cross-Domain-Policies: [none] 52 X-Permitted-Cross-Domain-Policies: [none]
53 X-Request-Id: [f86654f3-401f-4055-91a8-8f439b81c905] 53 X-Request-Id: [6ace9d3d-fe41-4d05-af2a-b948ba86b415]
54 X-Runtime: ['0.031694'] 54 X-Runtime: ['0.059018']
55 X-XSS-Protection: [1; mode=block] 55 X-XSS-Protection: [1; mode=block]
56 content-length: ['116'] 56 content-length: ['114']
57 status: {code: 200, message: OK} 57 status: {code: 200, message: OK}
58- request: 58- request:
59 body: null 59 body: null
@@ -64,9 +64,9 @@ interactions:
64 Connection: [keep-alive] 64 Connection: [keep-alive]
65 User-Agent: [python-requests/2.18.4] 65 User-Agent: [python-requests/2.18.4]
66 method: GET 66 method: GET
67 uri: http://localhost:3000/api/v1/filters/130 67 uri: http://localhost:3000/api/v1/filters/1
68 response: 68 response:
69 body: {string: '{"id":"130","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} 69 body: {string: '{"id":"1","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'}
70 headers: 70 headers:
71 Cache-Control: ['no-cache, no-store'] 71 Cache-Control: ['no-cache, no-store']
72 Content-Type: [application/json; charset=utf-8] 72 Content-Type: [application/json; charset=utf-8]
@@ -77,10 +77,10 @@ interactions:
77 X-Download-Options: [noopen] 77 X-Download-Options: [noopen]
78 X-Frame-Options: [SAMEORIGIN] 78 X-Frame-Options: [SAMEORIGIN]
79 X-Permitted-Cross-Domain-Policies: [none] 79 X-Permitted-Cross-Domain-Policies: [none]
80 X-Request-Id: [0909e07e-6f76-48bf-8775-38b5e4ffcb29] 80 X-Request-Id: [e730c835-1bd9-4e11-bd76-8ad69da587dd]
81 X-Runtime: ['0.031193'] 81 X-Runtime: ['0.068597']
82 X-XSS-Protection: [1; mode=block] 82 X-XSS-Protection: [1; mode=block]
83 content-length: ['114'] 83 content-length: ['112']
84 status: {code: 200, message: OK} 84 status: {code: 200, message: OK}
85- request: 85- request:
86 body: null 86 body: null
@@ -92,7 +92,7 @@ interactions:
92 Content-Length: ['0'] 92 Content-Length: ['0']
93 User-Agent: [python-requests/2.18.4] 93 User-Agent: [python-requests/2.18.4]
94 method: DELETE 94 method: DELETE
95 uri: http://localhost:3000/api/v1/filters/130 95 uri: http://localhost:3000/api/v1/filters/1
96 response: 96 response:
97 body: {string: '{}'} 97 body: {string: '{}'}
98 headers: 98 headers:
@@ -105,8 +105,8 @@ interactions:
105 X-Download-Options: [noopen] 105 X-Download-Options: [noopen]
106 X-Frame-Options: [SAMEORIGIN] 106 X-Frame-Options: [SAMEORIGIN]
107 X-Permitted-Cross-Domain-Policies: [none] 107 X-Permitted-Cross-Domain-Policies: [none]
108 X-Request-Id: [ebdb344b-df73-4b0a-a01c-85a454f8b4e2] 108 X-Request-Id: [e867c9c8-86d0-4aa8-b03e-b5fdfc4412cd]
109 X-Runtime: ['0.117034'] 109 X-Runtime: ['0.065620']
110 X-XSS-Protection: [1; mode=block] 110 X-XSS-Protection: [1; mode=block]
111 content-length: ['2'] 111 content-length: ['2']
112 status: {code: 200, message: OK} 112 status: {code: 200, message: OK}
@@ -123,7 +123,7 @@ interactions:
123 method: POST 123 method: POST
124 uri: http://localhost:3000/api/v1/filters 124 uri: http://localhost:3000/api/v1/filters
125 response: 125 response:
126 body: {string: '{"id":"131","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}'} 126 body: {string: '{"id":"2","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}'}
127 headers: 127 headers:
128 Cache-Control: ['no-cache, no-store'] 128 Cache-Control: ['no-cache, no-store']
129 Content-Type: [application/json; charset=utf-8] 129 Content-Type: [application/json; charset=utf-8]
@@ -134,10 +134,10 @@ interactions:
134 X-Download-Options: [noopen] 134 X-Download-Options: [noopen]
135 X-Frame-Options: [SAMEORIGIN] 135 X-Frame-Options: [SAMEORIGIN]
136 X-Permitted-Cross-Domain-Policies: [none] 136 X-Permitted-Cross-Domain-Policies: [none]
137 X-Request-Id: [0304df20-42ff-4542-b654-5c7f09caeab4] 137 X-Request-Id: [3f3e2b55-84be-46b3-a934-d287b9293a1d]
138 X-Runtime: ['0.026096'] 138 X-Runtime: ['0.072304']
139 X-XSS-Protection: [1; mode=block] 139 X-XSS-Protection: [1; mode=block]
140 content-length: ['115'] 140 content-length: ['113']
141 status: {code: 200, message: OK} 141 status: {code: 200, message: OK}
142- request: 142- request:
143 body: null 143 body: null
@@ -150,7 +150,7 @@ interactions:
150 method: GET 150 method: GET
151 uri: http://localhost:3000/api/v1/filters 151 uri: http://localhost:3000/api/v1/filters
152 response: 152 response:
153 body: {string: '[{"id":"131","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}]'} 153 body: {string: '[{"id":"2","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}]'}
154 headers: 154 headers:
155 Cache-Control: ['no-cache, no-store'] 155 Cache-Control: ['no-cache, no-store']
156 Content-Type: [application/json; charset=utf-8] 156 Content-Type: [application/json; charset=utf-8]
@@ -161,10 +161,10 @@ interactions:
161 X-Download-Options: [noopen] 161 X-Download-Options: [noopen]
162 X-Frame-Options: [SAMEORIGIN] 162 X-Frame-Options: [SAMEORIGIN]
163 X-Permitted-Cross-Domain-Policies: [none] 163 X-Permitted-Cross-Domain-Policies: [none]
164 X-Request-Id: [fcc691dd-0dbe-4424-8013-b4d4370e2e1a] 164 X-Request-Id: [e88758ed-35e6-4cf0-976e-1b9cc8adbca8]
165 X-Runtime: ['0.029119'] 165 X-Runtime: ['0.060282']
166 X-XSS-Protection: [1; mode=block] 166 X-XSS-Protection: [1; mode=block]
167 content-length: ['117'] 167 content-length: ['115']
168 status: {code: 200, message: OK} 168 status: {code: 200, message: OK}
169- request: 169- request:
170 body: null 170 body: null
@@ -175,9 +175,9 @@ interactions:
175 Connection: [keep-alive] 175 Connection: [keep-alive]
176 User-Agent: [python-requests/2.18.4] 176 User-Agent: [python-requests/2.18.4]
177 method: GET 177 method: GET
178 uri: http://localhost:3000/api/v1/filters/131 178 uri: http://localhost:3000/api/v1/filters/2
179 response: 179 response:
180 body: {string: '{"id":"131","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}'} 180 body: {string: '{"id":"2","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}'}
181 headers: 181 headers:
182 Cache-Control: ['no-cache, no-store'] 182 Cache-Control: ['no-cache, no-store']
183 Content-Type: [application/json; charset=utf-8] 183 Content-Type: [application/json; charset=utf-8]
@@ -188,10 +188,10 @@ interactions:
188 X-Download-Options: [noopen] 188 X-Download-Options: [noopen]
189 X-Frame-Options: [SAMEORIGIN] 189 X-Frame-Options: [SAMEORIGIN]
190 X-Permitted-Cross-Domain-Policies: [none] 190 X-Permitted-Cross-Domain-Policies: [none]
191 X-Request-Id: [e9e6a94f-f1fa-47d9-b93f-4ebeaeb7f556] 191 X-Request-Id: [32d2ce88-70aa-48be-b6f8-75882e8078d7]
192 X-Runtime: ['0.028252'] 192 X-Runtime: ['0.058851']
193 X-XSS-Protection: [1; mode=block] 193 X-XSS-Protection: [1; mode=block]
194 content-length: ['115'] 194 content-length: ['113']
195 status: {code: 200, message: OK} 195 status: {code: 200, message: OK}
196- request: 196- request:
197 body: null 197 body: null
@@ -203,7 +203,7 @@ interactions:
203 Content-Length: ['0'] 203 Content-Length: ['0']
204 User-Agent: [python-requests/2.18.4] 204 User-Agent: [python-requests/2.18.4]
205 method: DELETE 205 method: DELETE
206 uri: http://localhost:3000/api/v1/filters/131 206 uri: http://localhost:3000/api/v1/filters/2
207 response: 207 response:
208 body: {string: '{}'} 208 body: {string: '{}'}
209 headers: 209 headers:
@@ -216,8 +216,8 @@ interactions:
216 X-Download-Options: [noopen] 216 X-Download-Options: [noopen]
217 X-Frame-Options: [SAMEORIGIN] 217 X-Frame-Options: [SAMEORIGIN]
218 X-Permitted-Cross-Domain-Policies: [none] 218 X-Permitted-Cross-Domain-Policies: [none]
219 X-Request-Id: [fd17ed83-caf5-4979-a12f-34787376f8ea] 219 X-Request-Id: [07d47c2a-d139-4134-8a0b-8cd51283188b]
220 X-Runtime: ['0.052309'] 220 X-Runtime: ['0.067618']
221 X-XSS-Protection: [1; mode=block] 221 X-XSS-Protection: [1; mode=block]
222 content-length: ['2'] 222 content-length: ['2']
223 status: {code: 200, message: OK} 223 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)