-
Notifications
You must be signed in to change notification settings - Fork 353
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
Fix unit tests #736
Fix unit tests #736
Conversation
…ors into fix-unit-tests
@VShingala The tests are passing now. |
@@ -721,11 +721,11 @@ | |||
"raw": "Duis posuere augue vel cursus pharetra. In luctus a ex nec pretium. Praesent neque quam, tincidunt nec leo eget, rutrum vehicula magna.\nMaecenas consequat elementum elit, id semper sem tristique et. Integer pulvinar enim quis consectetur interdum volutpat." | |||
}, | |||
"url": { | |||
"raw": "https://mockbin.org/request/:action", | |||
"raw": "https://postman-echo.com/request/:action", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://postman-echo.com/request/:action
gives 404. Is this correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aman-v-singh Even with replacing value of :action
to post
, the request to the corresponding URL returns 404.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@VShingala Fixed it by changing it to https://postman-echo.com/:action
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added one comment rest looks good.
Steps taken to fix unit-tests
postman-echo.com
URL.