mockit
mockit copied to clipboard
Wildcard Path doesn't affected by Delay feature
What you did:
Create a route:
/orders/*
then set the delay to 2000ms.
What happened:
route not delayed when hit with another param beside *
/orders/1
not delayed
/orders/900
not delayed
/orders/*
delayed
Problem description:
Need to handle delay feature for wildcard path.
Suggested solution:
don't have a suggestion. but please fix it. 🥂
Hey @ex-preman
Thanks for raising the issue, I don't really have any spare time at the moment, to fix this, but if you want to raise a MR I'm more than happy to review it and help get it in.
@boyney123, @ex-preman I can take a look at this and submit and MR sometime within the next week or so.