Sitecore.Ship icon indicating copy to clipboard operation
Sitecore.Ship copied to clipboard

Sitecore.Ship package returns incorrect status codes

Open kevinobee opened this issue 9 years ago • 1 comments

tools\curl\curl.exe -i -X POST http://ship/services/publish/listofitems --header "Content-Type: application/x-www-form-urlencoded" --header "Content-Length: 0" -H "Accept:application/json"

Actual:

HTTP/1.1 202 Accepted

Expected:

HTTP/1.1 204 No Content

kevinobee avatar Aug 24 '15 00:08 kevinobee

Planning to replace existing cUrl tests with a Postman collection as they are simpler to create and maintain in the JSON format with the tooling that Postman offers.

Will include a Newman command line runner so that Postman tests collections are run by the Smoke Test from the command line build.

kevinobee avatar Aug 06 '16 13:08 kevinobee