Hello
I started to develop a plugin what results in sending a http request to an external system.
It looks like logging with 'http-log' but sends another kind of data.
'http-log' plugin have specs using '
mockbin.org' to verify the request and i tried to make similar tests.
I tried to make a bin, configure an api and a plugin, send a request to the bin and check the bin "/log" endpoint (like the tests do) and no logs was there.
Please suggest another approach to test http requests sent from a custom plugin.