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 b76d963..a3bc613 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":"46","title":"ham burglars"}'} 15 body: {string: '{"id":"1","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: [468f6c37-c52d-4bab-a667-878396b57e59] 26 X-Request-Id: [b1f49da3-1f01-439c-81f1-5267477393bc]
27 X-Runtime: ['0.032059'] 27 X-Runtime: ['0.075889']
28 X-XSS-Protection: [1; mode=block] 28 X-XSS-Protection: [1; mode=block]
29 content-length: ['34'] 29 content-length: ['33']
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":"46","title":"ham burglars"}]'} 42 body: {string: '[{"id":"1","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: [b3ef667f-16d3-4156-90d0-9711b0d9b008] 53 X-Request-Id: [83daef6e-07cc-4602-9610-9f72134a211d]
54 X-Runtime: ['0.016081'] 54 X-Runtime: ['0.029009']
55 X-XSS-Protection: [1; mode=block] 55 X-XSS-Protection: [1; mode=block]
56 content-length: ['36'] 56 content-length: ['35']
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/46 68 uri: http://localhost:3000/api/v1/lists/1
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: [443be3d4-a16b-4b97-8c5b-d11342af6997] 81 X-Request-Id: [ceb08c50-f6bc-4499-b8bd-2037fd43a9de]
82 X-Runtime: ['0.023674'] 82 X-Runtime: ['0.078983']
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)