-
Notifications
You must be signed in to change notification settings - Fork 372
Fix unit tests #736
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
Conversation
…ors into fix-unit-tests
|
@VShingala The tests are passing now. |
| }, | ||
| "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
VShingala
left a comment
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.comURL.