Closed jsenin closed 5 years ago
@patrys could you consider my pull request ? thanks
Yes, sorry for the long wait.
Thank you Patrys !
On Mon, 2019-01-28 at 17:17 +0000, Patryk Zawadzki wrote:
Yes, sorry for the long wait. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
I need to assert the payload sent to an external host, so I added the request list in order to ensure my data was properly formed.
The scenario it's a functional tests with no integration servers. I need to test a call to an api, although it's my code I consider it as a blackbox. this blackbox must to do a call to another api so I have not direct way to validate the third call. Using the request history I can validate the call. Something like this: