Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sitecore.Ship package returns incorrect status codes #49

Open
kevinobee opened this issue Aug 24, 2015 · 1 comment
Open

Sitecore.Ship package returns incorrect status codes #49

kevinobee opened this issue Aug 24, 2015 · 1 comment
Assignees
Milestone

Comments

@kevinobee
Copy link
Owner

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 kevinobee added the bug label Aug 24, 2015
@kevinobee kevinobee self-assigned this Aug 24, 2015
@kevinobee kevinobee added this to the Version 0.4.0 milestone Aug 24, 2015
@kevinobee
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant