@@ -269,7 +269,6 @@ Feature: Generate API Blueprint documentation from test examples
269269
270270 + Headers
271271
272- Content-Type: text/html;charset=utf-8
273272 Content-Length: 57
274273
275274 + Body
@@ -288,7 +287,6 @@ Feature: Generate API Blueprint documentation from test examples
288287
289288 + Headers
290289
291- Content-Type: application/json
292290 Host: example.org
293291
294292 + Body
@@ -308,7 +306,6 @@ Feature: Generate API Blueprint documentation from test examples
308306
309307 + Headers
310308
311- Content-Type: application/json
312309 Content-Length: 73
313310
314311 + Body
@@ -333,7 +330,6 @@ Feature: Generate API Blueprint documentation from test examples
333330
334331 + Headers
335332
336- Content-Type: application/vnd.api+json
337333 Content-Length: 137
338334
339335 + Body
@@ -372,13 +368,11 @@ Feature: Generate API Blueprint documentation from test examples
372368 + Headers
373369
374370 Host: example.org
375- Content-Type: application/x-www-form-urlencoded
376371
377372 + Response 200 (text/html;charset=utf-8)
378373
379374 + Headers
380375
381- Content-Type: text/html;charset=utf-8
382376 Content-Length: 0
383377
384378 ### Returns a single order [GET]
@@ -393,7 +387,6 @@ Feature: Generate API Blueprint documentation from test examples
393387
394388 + Headers
395389
396- Content-Type: application/json
397390 Content-Length: 73
398391
399392 + Body
@@ -412,21 +405,18 @@ Feature: Generate API Blueprint documentation from test examples
412405
413406 + Headers
414407
415- Content-Type: application/json; charset=utf-16
416408 Host: example.org
417409
418410 + Response 400 (application/json)
419411
420412 + Headers
421413
422- Content-Type: application/json
423414 Content-Length: 0
424415
425416 + Request Update an order (application/json; charset=utf-16)
426417
427418 + Headers
428419
429- Content-Type: application/json; charset=utf-16
430420 Host: example.org
431421
432422 + Body
@@ -445,7 +435,6 @@ Feature: Generate API Blueprint documentation from test examples
445435
446436 + Headers
447437
448- Content-Type: application/json
449438 Content-Length: 111
450439
451440 + Body
0 commit comments