Open jamitJona opened 3 years ago
Should we use this adjustment or should we skip this implementation since I'm removing the dependency completely?
With postman we can also test if the request parameters were sent correctly. Is this also possible with your approach?
Yes that is possible as I showed you. We tested the url parameter encoding and the sent body is tested as well.
I suggest to close this PR since the adjustment is not necessary anymore.
@jamitJona can I close this PR?
Description
For the
post
,put
andpatch
test request the postman response is compared with the contents of the mock body to check if the body was sent correctly.The postman response is also used to check if the arguments of the
get
request were sent correctly.Solves #55