Remove Route.forTesting method
The method was added to test middleware or validator by creating a test only route. However, removing the route is not possible coz of the internal data structure of the routes store and hence these routes will start conflicting.
There are better ways to best middleware or validator in isolation and docs will shed some light on it