aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_list_create.yaml')
-rw-r--r--tests/cassettes/test_list_create.yaml18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/cassettes/test_list_create.yaml b/tests/cassettes/test_list_create.yaml
index e7067cc..a47199a 100644
--- a/tests/cassettes/test_list_create.yaml
+++ b/tests/cassettes/test_list_create.yaml
@@ -12,7 +12,7 @@ interactions:
12 method: POST 12 method: POST
13 uri: http://localhost:3000/api/v1/lists 13 uri: http://localhost:3000/api/v1/lists
14 response: 14 response:
15 body: {string: '{"id":"21","title":"ham burglars"}'} 15 body: {string: '{"id":"41","title":"ham burglars"}'}
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: [f0d3b834-503b-4ecf-aa84-4acf664bdab6] 26 X-Request-Id: [9972c96b-7c88-4666-b70a-8f3bea4979bb]
27 X-Runtime: ['0.039192'] 27 X-Runtime: ['0.030790']
28 X-XSS-Protection: [1; mode=block] 28 X-XSS-Protection: [1; mode=block]
29 content-length: ['34'] 29 content-length: ['34']
30 status: {code: 200, message: OK} 30 status: {code: 200, message: OK}
@@ -39,7 +39,7 @@ interactions:
39 method: GET 39 method: GET
40 uri: http://localhost:3000/api/v1/lists 40 uri: http://localhost:3000/api/v1/lists
41 response: 41 response:
42 body: {string: '[{"id":"21","title":"ham burglars"}]'} 42 body: {string: '[{"id":"41","title":"ham burglars"}]'}
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,8 +50,8 @@ 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: [3363febc-4861-4bc3-a806-33337651b5e0] 53 X-Request-Id: [41df533c-e0b6-4cb0-b2da-646690dc7040]
54 X-Runtime: ['0.017341'] 54 X-Runtime: ['0.017900']
55 X-XSS-Protection: [1; mode=block] 55 X-XSS-Protection: [1; mode=block]
56 content-length: ['36'] 56 content-length: ['36']
57 status: {code: 200, message: OK} 57 status: {code: 200, message: OK}
@@ -65,7 +65,7 @@ interactions:
65 Content-Length: ['0'] 65 Content-Length: ['0']
66 User-Agent: [python-requests/2.18.4] 66 User-Agent: [python-requests/2.18.4]
67 method: DELETE 67 method: DELETE
68 uri: http://localhost:3000/api/v1/lists/21 68 uri: http://localhost:3000/api/v1/lists/41
69 response: 69 response:
70 body: {string: '{}'} 70 body: {string: '{}'}
71 headers: 71 headers:
@@ -78,8 +78,8 @@ interactions:
78 X-Download-Options: [noopen] 78 X-Download-Options: [noopen]
79 X-Frame-Options: [SAMEORIGIN] 79 X-Frame-Options: [SAMEORIGIN]
80 X-Permitted-Cross-Domain-Policies: [none] 80 X-Permitted-Cross-Domain-Policies: [none]
81 X-Request-Id: [806dc7f8-726d-4812-94c9-1feea6c3b73b] 81 X-Request-Id: [c222b25c-ef44-416d-a83d-bd9613de0ab0]
82 X-Runtime: ['0.029341'] 82 X-Runtime: ['0.028190']
83 X-XSS-Protection: [1; mode=block] 83 X-XSS-Protection: [1; mode=block]
84 content-length: ['2'] 84 content-length: ['2']
85 status: {code: 200, message: OK} 85 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)