aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_list_create.yaml')
-rw-r--r--tests/cassettes/test_list_create.yaml22
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/cassettes/test_list_create.yaml b/tests/cassettes/test_list_create.yaml
index 4f29db4..e7067cc 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":"1","title":"ham burglars"}'} 15 body: {string: '{"id":"21","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,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: [99edb982-92b9-4746-bcb5-c9ef77f39572] 26 X-Request-Id: [f0d3b834-503b-4ecf-aa84-4acf664bdab6]
27 X-Runtime: ['0.052286'] 27 X-Runtime: ['0.039192']
28 X-XSS-Protection: [1; mode=block] 28 X-XSS-Protection: [1; mode=block]
29 content-length: ['33'] 29 content-length: ['34']
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/lists 40 uri: http://localhost:3000/api/v1/lists
41 response: 41 response:
42 body: {string: '[{"id":"1","title":"ham burglars"}]'} 42 body: {string: '[{"id":"21","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,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: [df208a34-9ab7-4d18-ad6c-e969c61b747f] 53 X-Request-Id: [3363febc-4861-4bc3-a806-33337651b5e0]
54 X-Runtime: ['0.017683'] 54 X-Runtime: ['0.017341']
55 X-XSS-Protection: [1; mode=block] 55 X-XSS-Protection: [1; mode=block]
56 content-length: ['35'] 56 content-length: ['36']
57 status: {code: 200, message: OK} 57 status: {code: 200, message: OK}
58- request: 58- request:
59 body: null 59 body: null
@@ -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/1 68 uri: http://localhost:3000/api/v1/lists/21
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: [9323d374-a2f0-4b2e-adf9-a8cef39a1937] 81 X-Request-Id: [806dc7f8-726d-4812-94c9-1feea6c3b73b]
82 X-Runtime: ['0.027703'] 82 X-Runtime: ['0.029341']
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)