Closed ryabrody closed 3 years ago
When a request url did include a parmater which did not match any provided parameter to be scrubbed, then the app ran into:
expected LHC::NotFound, got #<NoMethodError: undefined method `[]' for nil:NilClass>
This PR fixes that.
When a request url did include a parmater which did not match any provided parameter to be scrubbed, then the app ran into:
This PR fixes that.