diff options
author | Lorenz Diener <[email protected]> | 2018-07-30 23:19:51 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-07-30 23:19:51 +0200 |
commit | d0c71b1a8497a3047f630cd1926f803a5190d7aa (patch) | |
tree | f52a76a1160e768de4519e31548a5d1cb1c29c6f /tests/cassettes/test_list_update.yaml | |
parent | 8b06b53ed50e41411857181e4881e54823ed661b (diff) | |
download | mastodon.py-d0c71b1a8497a3047f630cd1926f803a5190d7aa.tar.gz |
Fresh set of tests pre-release
Diffstat (limited to 'tests/cassettes/test_list_update.yaml')
-rw-r--r-- | tests/cassettes/test_list_update.yaml | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/tests/cassettes/test_list_update.yaml b/tests/cassettes/test_list_update.yaml index 8914f7d..9424503 100644 --- a/tests/cassettes/test_list_update.yaml +++ b/tests/cassettes/test_list_update.yaml | |||
@@ -12,11 +12,11 @@ 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":"7","title":"ham burglars"}'} | 15 | body: {string: '{"id":"15","title":"ham burglars"}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['max-age=0, private, must-revalidate'] | 17 | Cache-Control: ['max-age=0, private, must-revalidate'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"b2500b1fb311f5c1854e61230dca66c5"] | 19 | ETag: [W/"be300644601d64a748660907d23609f0"] |
20 | Referrer-Policy: [strict-origin-when-cross-origin] | 20 | Referrer-Policy: [strict-origin-when-cross-origin] |
21 | Transfer-Encoding: [chunked] | 21 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 22 | Vary: ['Accept-Encoding, Origin'] |
@@ -24,10 +24,10 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [c7ff5798-9122-41ee-a5d0-ee62c73e7598] | 27 | X-Request-Id: [62160ec6-96db-4501-a2df-434b0cd27bfa] |
28 | X-Runtime: ['0.020667'] | 28 | X-Runtime: ['0.031089'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['33'] | 30 | content-length: ['34'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: title=fry+kids | 33 | body: title=fry+kids |
@@ -40,13 +40,13 @@ interactions: | |||
40 | Content-Type: [application/x-www-form-urlencoded] | 40 | Content-Type: [application/x-www-form-urlencoded] |
41 | User-Agent: [python-requests/2.18.4] | 41 | User-Agent: [python-requests/2.18.4] |
42 | method: PUT | 42 | method: PUT |
43 | uri: http://localhost:3000/api/v1/lists/7 | 43 | uri: http://localhost:3000/api/v1/lists/15 |
44 | response: | 44 | response: |
45 | body: {string: '{"id":"7","title":"fry kids"}'} | 45 | body: {string: '{"id":"15","title":"fry kids"}'} |
46 | headers: | 46 | headers: |
47 | Cache-Control: ['max-age=0, private, must-revalidate'] | 47 | Cache-Control: ['max-age=0, private, must-revalidate'] |
48 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
49 | ETag: [W/"9f53c8dc2f0bd4d98fdf70acb6fbc983"] | 49 | ETag: [W/"7c5abd06c9bf08b86e6b8584b43da8e1"] |
50 | Referrer-Policy: [strict-origin-when-cross-origin] | 50 | Referrer-Policy: [strict-origin-when-cross-origin] |
51 | Transfer-Encoding: [chunked] | 51 | Transfer-Encoding: [chunked] |
52 | Vary: ['Accept-Encoding, Origin'] | 52 | Vary: ['Accept-Encoding, Origin'] |
@@ -54,10 +54,10 @@ interactions: | |||
54 | X-Download-Options: [noopen] | 54 | X-Download-Options: [noopen] |
55 | X-Frame-Options: [SAMEORIGIN] | 55 | X-Frame-Options: [SAMEORIGIN] |
56 | X-Permitted-Cross-Domain-Policies: [none] | 56 | X-Permitted-Cross-Domain-Policies: [none] |
57 | X-Request-Id: [71b7f4e1-6bd0-474a-8fdc-0a41e07b362a] | 57 | X-Request-Id: [ce929850-6ae9-4190-8845-bef516d0db4f] |
58 | X-Runtime: ['0.018646'] | 58 | X-Runtime: ['0.026406'] |
59 | X-XSS-Protection: [1; mode=block] | 59 | X-XSS-Protection: [1; mode=block] |
60 | content-length: ['29'] | 60 | content-length: ['30'] |
61 | status: {code: 200, message: OK} | 61 | status: {code: 200, message: OK} |
62 | - request: | 62 | - request: |
63 | body: null | 63 | body: null |
@@ -70,11 +70,11 @@ interactions: | |||
70 | method: GET | 70 | method: GET |
71 | uri: http://localhost:3000/api/v1/lists | 71 | uri: http://localhost:3000/api/v1/lists |
72 | response: | 72 | response: |
73 | body: {string: '[{"id":"7","title":"fry kids"}]'} | 73 | body: {string: '[{"id":"15","title":"fry kids"}]'} |
74 | headers: | 74 | headers: |
75 | Cache-Control: ['max-age=0, private, must-revalidate'] | 75 | Cache-Control: ['max-age=0, private, must-revalidate'] |
76 | Content-Type: [application/json; charset=utf-8] | 76 | Content-Type: [application/json; charset=utf-8] |
77 | ETag: [W/"c42170ea593f037a405a7a1ea192428c"] | 77 | ETag: [W/"d44746868c766be7ffbbcf4418dc6012"] |
78 | Referrer-Policy: [strict-origin-when-cross-origin] | 78 | Referrer-Policy: [strict-origin-when-cross-origin] |
79 | Transfer-Encoding: [chunked] | 79 | Transfer-Encoding: [chunked] |
80 | Vary: ['Accept-Encoding, Origin'] | 80 | Vary: ['Accept-Encoding, Origin'] |
@@ -82,10 +82,10 @@ interactions: | |||
82 | X-Download-Options: [noopen] | 82 | X-Download-Options: [noopen] |
83 | X-Frame-Options: [SAMEORIGIN] | 83 | X-Frame-Options: [SAMEORIGIN] |
84 | X-Permitted-Cross-Domain-Policies: [none] | 84 | X-Permitted-Cross-Domain-Policies: [none] |
85 | X-Request-Id: [fb67dfbf-e1d7-4a25-b9df-04c5bb749854] | 85 | X-Request-Id: [8349c616-f910-4d1d-9e86-fcf80614913f] |
86 | X-Runtime: ['0.014171'] | 86 | X-Runtime: ['0.021217'] |
87 | X-XSS-Protection: [1; mode=block] | 87 | X-XSS-Protection: [1; mode=block] |
88 | content-length: ['31'] | 88 | content-length: ['32'] |
89 | status: {code: 200, message: OK} | 89 | status: {code: 200, message: OK} |
90 | - request: | 90 | - request: |
91 | body: null | 91 | body: null |
@@ -98,11 +98,11 @@ interactions: | |||
98 | method: GET | 98 | method: GET |
99 | uri: http://localhost:3000/api/v1/lists | 99 | uri: http://localhost:3000/api/v1/lists |
100 | response: | 100 | response: |
101 | body: {string: '[{"id":"7","title":"fry kids"}]'} | 101 | body: {string: '[{"id":"15","title":"fry kids"}]'} |
102 | headers: | 102 | headers: |
103 | Cache-Control: ['max-age=0, private, must-revalidate'] | 103 | Cache-Control: ['max-age=0, private, must-revalidate'] |
104 | Content-Type: [application/json; charset=utf-8] | 104 | Content-Type: [application/json; charset=utf-8] |
105 | ETag: [W/"c42170ea593f037a405a7a1ea192428c"] | 105 | ETag: [W/"d44746868c766be7ffbbcf4418dc6012"] |
106 | Referrer-Policy: [strict-origin-when-cross-origin] | 106 | Referrer-Policy: [strict-origin-when-cross-origin] |
107 | Transfer-Encoding: [chunked] | 107 | Transfer-Encoding: [chunked] |
108 | Vary: ['Accept-Encoding, Origin'] | 108 | Vary: ['Accept-Encoding, Origin'] |
@@ -110,10 +110,10 @@ interactions: | |||
110 | X-Download-Options: [noopen] | 110 | X-Download-Options: [noopen] |
111 | X-Frame-Options: [SAMEORIGIN] | 111 | X-Frame-Options: [SAMEORIGIN] |
112 | X-Permitted-Cross-Domain-Policies: [none] | 112 | X-Permitted-Cross-Domain-Policies: [none] |
113 | X-Request-Id: [0b598973-abef-4cd7-98fd-f6b88e78c46f] | 113 | X-Request-Id: [6b53d39e-adb6-4ceb-ae6d-6179932bfdb2] |
114 | X-Runtime: ['0.014838'] | 114 | X-Runtime: ['0.019543'] |
115 | X-XSS-Protection: [1; mode=block] | 115 | X-XSS-Protection: [1; mode=block] |
116 | content-length: ['31'] | 116 | content-length: ['32'] |
117 | status: {code: 200, message: OK} | 117 | status: {code: 200, message: OK} |
118 | - request: | 118 | - request: |
119 | body: null | 119 | body: null |
@@ -124,13 +124,13 @@ interactions: | |||
124 | Connection: [keep-alive] | 124 | Connection: [keep-alive] |
125 | User-Agent: [python-requests/2.18.4] | 125 | User-Agent: [python-requests/2.18.4] |
126 | method: GET | 126 | method: GET |
127 | uri: http://localhost:3000/api/v1/lists/7 | 127 | uri: http://localhost:3000/api/v1/lists/15 |
128 | response: | 128 | response: |
129 | body: {string: '{"id":"7","title":"fry kids"}'} | 129 | body: {string: '{"id":"15","title":"fry kids"}'} |
130 | headers: | 130 | headers: |
131 | Cache-Control: ['max-age=0, private, must-revalidate'] | 131 | Cache-Control: ['max-age=0, private, must-revalidate'] |
132 | Content-Type: [application/json; charset=utf-8] | 132 | Content-Type: [application/json; charset=utf-8] |
133 | ETag: [W/"9f53c8dc2f0bd4d98fdf70acb6fbc983"] | 133 | ETag: [W/"7c5abd06c9bf08b86e6b8584b43da8e1"] |
134 | Referrer-Policy: [strict-origin-when-cross-origin] | 134 | Referrer-Policy: [strict-origin-when-cross-origin] |
135 | Transfer-Encoding: [chunked] | 135 | Transfer-Encoding: [chunked] |
136 | Vary: ['Accept-Encoding, Origin'] | 136 | Vary: ['Accept-Encoding, Origin'] |
@@ -138,10 +138,10 @@ interactions: | |||
138 | X-Download-Options: [noopen] | 138 | X-Download-Options: [noopen] |
139 | X-Frame-Options: [SAMEORIGIN] | 139 | X-Frame-Options: [SAMEORIGIN] |
140 | X-Permitted-Cross-Domain-Policies: [none] | 140 | X-Permitted-Cross-Domain-Policies: [none] |
141 | X-Request-Id: [e449f3ae-9382-437e-afd2-6a04bfbac319] | 141 | X-Request-Id: [f32d6a65-ac69-4b9a-be14-cf10ca6867a2] |
142 | X-Runtime: ['0.021468'] | 142 | X-Runtime: ['0.023812'] |
143 | X-XSS-Protection: [1; mode=block] | 143 | X-XSS-Protection: [1; mode=block] |
144 | content-length: ['29'] | 144 | content-length: ['30'] |
145 | status: {code: 200, message: OK} | 145 | status: {code: 200, message: OK} |
146 | - request: | 146 | - request: |
147 | body: null | 147 | body: null |
@@ -153,13 +153,13 @@ interactions: | |||
153 | Content-Length: ['0'] | 153 | Content-Length: ['0'] |
154 | User-Agent: [python-requests/2.18.4] | 154 | User-Agent: [python-requests/2.18.4] |
155 | method: DELETE | 155 | method: DELETE |
156 | uri: http://localhost:3000/api/v1/lists/7 | 156 | uri: http://localhost:3000/api/v1/lists/15 |
157 | response: | 157 | response: |
158 | body: {string: '{}'} | 158 | body: {string: '{}'} |
159 | headers: | 159 | headers: |
160 | Cache-Control: ['max-age=0, private, must-revalidate'] | 160 | Cache-Control: ['max-age=0, private, must-revalidate'] |
161 | Content-Type: [application/json; charset=utf-8] | 161 | Content-Type: [application/json; charset=utf-8] |
162 | ETag: [W/"bf92612b432ba5b51a56b55e4c0b9817"] | 162 | ETag: [W/"1117e5398aa3b3d23877677b5f948531"] |
163 | Referrer-Policy: [strict-origin-when-cross-origin] | 163 | Referrer-Policy: [strict-origin-when-cross-origin] |
164 | Transfer-Encoding: [chunked] | 164 | Transfer-Encoding: [chunked] |
165 | Vary: ['Accept-Encoding, Origin'] | 165 | Vary: ['Accept-Encoding, Origin'] |
@@ -167,8 +167,8 @@ interactions: | |||
167 | X-Download-Options: [noopen] | 167 | X-Download-Options: [noopen] |
168 | X-Frame-Options: [SAMEORIGIN] | 168 | X-Frame-Options: [SAMEORIGIN] |
169 | X-Permitted-Cross-Domain-Policies: [none] | 169 | X-Permitted-Cross-Domain-Policies: [none] |
170 | X-Request-Id: [7bbc2225-a1b3-46f2-ba0f-2d7784c43886] | 170 | X-Request-Id: [88d1d200-370d-43f3-8bc3-0b68aff372be] |
171 | X-Runtime: ['0.031298'] | 171 | X-Runtime: ['0.035573'] |
172 | X-XSS-Protection: [1; mode=block] | 172 | X-XSS-Protection: [1; mode=block] |
173 | content-length: ['2'] | 173 | content-length: ['2'] |
174 | status: {code: 200, message: OK} | 174 | status: {code: 200, message: OK} |