Skip to content

Commit c6bd69f

Browse files
committed
Remove quoted text request from basic collection
1 parent e6ed70c commit c6bd69f

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

test/codegen/newman/fixtures/basicCollection.json

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -429,46 +429,6 @@
429429
},
430430
"response": []
431431
},
432-
{
433-
"name": "POST raw with quoted text",
434-
"event": [
435-
{
436-
"listen": "test",
437-
"script": {
438-
"id": "48da0505-470f-4cf3-bb77-30665415af60",
439-
"exec": [
440-
""
441-
],
442-
"type": "text/javascript"
443-
}
444-
}
445-
],
446-
"request": {
447-
"method": "POST",
448-
"header": [
449-
{
450-
"key": "Content-Type",
451-
"value": "application/json"
452-
}
453-
],
454-
"body": {
455-
"mode": "raw",
456-
"raw": "{\n \"Hello\": \"{\\\"hello_world\\\": true}\"\n}"
457-
},
458-
"url": {
459-
"raw": "https://postman-echo.com/post",
460-
"protocol": "https",
461-
"host": [
462-
"postman-echo",
463-
"com"
464-
],
465-
"path": [
466-
"post"
467-
]
468-
}
469-
},
470-
"response": []
471-
},
472432
{
473433
"name": "POST urlencoded data",
474434
"event": [

0 commit comments

Comments
 (0)