testing

Testing tools, testing philosophy & methodology...
2017-03-09T21:53:32.874690Z

... ok, found the solution I should have been using the handler instead of the app, e.g.

(let [response (handler (request :get "/" {:dog "wooji"}))]