|
25 | 25 | 'description' => 'description-input',
|
26 | 26 | 'directors' => 'directors-input',
|
27 | 27 | 'links' => 'links-input',
|
| 28 | + 'name' => 'name-input', |
28 | 29 | 'postal_code' => 'postal_code-input',
|
29 | 30 | }],
|
30 | 31 | meta: {
|
|
62 | 63 |
|
63 | 64 | expect(get_list_response.records.first.directors).to eq('directors-input')
|
64 | 65 |
|
| 66 | + expect(get_list_response.records.first.name).to eq('name-input') |
| 67 | + |
65 | 68 | expect(get_list_response.records.first.postal_code).to eq('postal_code-input')
|
66 | 69 | end
|
67 | 70 |
|
|
111 | 114 | 'description' => 'description-input',
|
112 | 115 | 'directors' => 'directors-input',
|
113 | 116 | 'links' => 'links-input',
|
| 117 | + 'name' => 'name-input', |
114 | 118 | 'postal_code' => 'postal_code-input',
|
115 | 119 | }],
|
116 | 120 | meta: {
|
|
135 | 139 | 'description' => 'description-input',
|
136 | 140 | 'directors' => 'directors-input',
|
137 | 141 | 'links' => 'links-input',
|
| 142 | + 'name' => 'name-input', |
138 | 143 | 'postal_code' => 'postal_code-input',
|
139 | 144 | }],
|
140 | 145 | meta: {
|
|
168 | 173 | 'description' => 'description-input',
|
169 | 174 | 'directors' => 'directors-input',
|
170 | 175 | 'links' => 'links-input',
|
| 176 | + 'name' => 'name-input', |
171 | 177 | 'postal_code' => 'postal_code-input',
|
172 | 178 | }],
|
173 | 179 | meta: {
|
|
192 | 198 | 'description' => 'description-input',
|
193 | 199 | 'directors' => 'directors-input',
|
194 | 200 | 'links' => 'links-input',
|
| 201 | + 'name' => 'name-input', |
195 | 202 | 'postal_code' => 'postal_code-input',
|
196 | 203 | }],
|
197 | 204 | meta: {
|
|
221 | 228 | 'description' => 'description-input',
|
222 | 229 | 'directors' => 'directors-input',
|
223 | 230 | 'links' => 'links-input',
|
| 231 | + 'name' => 'name-input', |
224 | 232 | 'postal_code' => 'postal_code-input',
|
225 | 233 | }],
|
226 | 234 | meta: {
|
|
248 | 256 | 'description' => 'description-input',
|
249 | 257 | 'directors' => 'directors-input',
|
250 | 258 | 'links' => 'links-input',
|
| 259 | + 'name' => 'name-input', |
251 | 260 | 'postal_code' => 'postal_code-input',
|
252 | 261 | }],
|
253 | 262 | meta: {
|
|
280 | 289 | 'description' => 'description-input',
|
281 | 290 | 'directors' => 'directors-input',
|
282 | 291 | 'links' => 'links-input',
|
| 292 | + 'name' => 'name-input', |
283 | 293 | 'postal_code' => 'postal_code-input',
|
284 | 294 | }
|
285 | 295 | end
|
|
298 | 308 | 'description' => 'description-input',
|
299 | 309 | 'directors' => 'directors-input',
|
300 | 310 | 'links' => 'links-input',
|
| 311 | + 'name' => 'name-input', |
301 | 312 | 'postal_code' => 'postal_code-input',
|
302 | 313 | },
|
303 | 314 | }
|
|
316 | 327 | 'description' => 'description-input',
|
317 | 328 | 'directors' => 'directors-input',
|
318 | 329 | 'links' => 'links-input',
|
| 330 | + 'name' => 'name-input', |
319 | 331 | 'postal_code' => 'postal_code-input',
|
320 | 332 | },
|
321 | 333 |
|
|
390 | 402 | 'description' => 'description-input',
|
391 | 403 | 'directors' => 'directors-input',
|
392 | 404 | 'links' => 'links-input',
|
| 405 | + 'name' => 'name-input', |
393 | 406 | 'postal_code' => 'postal_code-input',
|
394 | 407 | }
|
395 | 408 | end
|
|
0 commit comments