-
Notifications
You must be signed in to change notification settings - Fork 104
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
Not supporting multiple PATCH method requests. #93
Comments
Fixed in v6.0.1 |
azagniotov
added a commit
that referenced
this issue
Apr 15, 2018
azagniotov
added a commit
that referenced
this issue
Apr 15, 2018
Fixes #93: Considering PATCH method when evaluating if request body stubbed
It's not working as expected. Even already working flows stopped working now. Opening new issue with logs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to put multiple patch requests in response.yaml, which is not working as expected(as it works for PUT and POST).
response.yaml
failure-request.json
success.json
Expected: It should return the response with 200, if no body is present while making request to url
/simulator/content/v1/url1
, else if the bodyfailure-request.json
is present then it should return 404 response.Actual: it returns the status for which the entry is present first in the file
response.yaml
.The text was updated successfully, but these errors were encountered: