Skip to content

Commit 992549b

Browse files
committed
Update sample_collection.json
1 parent 80e476c commit 992549b

File tree

1 file changed

+1
-39
lines changed

1 file changed

+1
-39
lines changed

codegens/php-guzzle/test/unit/fixtures/sample_collection.json

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,44 +1632,6 @@
16321632
}
16331633
},
16341634
"response": []
1635-
},
1636-
{
1637-
"name": "Single/multiple file upload via form-data",
1638-
"request": {
1639-
"method": "POST",
1640-
"header": [],
1641-
"body": {
1642-
"mode": "formdata",
1643-
"formdata": [
1644-
{
1645-
"key": "single file",
1646-
"value": "",
1647-
"type": "file",
1648-
"src": "/Users/luis.tejeda/Documents/Source/GitHub/postmanlabs/postman-code-generators/dummyFile1.txt"
1649-
},
1650-
{
1651-
"key": "multiple files",
1652-
"value": "",
1653-
"type": "file",
1654-
"src": [
1655-
"/Users/luis.tejeda/Documents/Source/GitHub/postmanlabs/postman-code-generators/dummyFile2.txt",
1656-
"/Users/luis.tejeda/Documents/Source/GitHub/postmanlabs/postman-code-generators/dummyFile3.txt"
1657-
]
1658-
}
1659-
]
1660-
},
1661-
"url": {
1662-
"raw": "https://postman-echo.com/post",
1663-
"protocol": "https",
1664-
"host": [
1665-
"postman-echo",
1666-
"com"
1667-
],
1668-
"path": [
1669-
"post"
1670-
]
1671-
}
1672-
}
1673-
}
1635+
}
16741636
]
16751637
}

0 commit comments

Comments
 (0)