Closed piyushsingariya closed 3 years ago
Hello,
If I understand well, you register a responder for /api/user/performance/profiles?search=test
so not for /api/user/performance/profiles?page_size=25&search=test
as expected. So it is normal no responder is found.
Try to register /api/user/performance/profiles
instead, without any query param.
thanks, @maxatome for the assistance. I figured it out a bit later how exactly this thing works!
Hi, I am trying to mock requests that are being made by some cobra commands in our CLI. But I end up encountering this error
Get \"http://localhost:9081/api/user/performance/profiles?page_size=25&search=test\": no responder found
Here is the implementation:-