We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i executed below script, it ran successfully. But the values are not updated as expected. anything wrong in my script?
frisby.create('Post sample Script'). post('http://petstore.swagger.wordnik.com/api/store.json/order?api_key=special-key',{ Order:{id:12,petId:22,quantity:22,shipDate:'2012-09-26T10:00:00.000+0000',status:'placed'} }, { json: true}) .expectStatus(200).toss()
The text was updated successfully, but these errors were encountered:
Nothing looks wrong with the syntax. Check the result and see if it's what you want with inspectJSON.
inspectJSON
Sorry, something went wrong.
No branches or pull requests
i executed below script, it ran successfully. But the values are not updated as expected. anything wrong in my script?
frisby.create('Post sample Script').
post('http://petstore.swagger.wordnik.com/api/store.json/order?api_key=special-key',{
Order:{id:12,petId:22,quantity:22,shipDate:'2012-09-26T10:00:00.000+0000',status:'placed'}
},
{ json: true})
.expectStatus(200).toss()
The text was updated successfully, but these errors were encountered: