I need to write a test for one of the handlers. Inside the handler I have somethings like:
ctx.Params("id")
Is it possible to create a context so that inside the handler Params are not nil?
I tried to change the Params field using ctx.Route().Params, but it didn't work