Description
A number of the UI backend endpoints return JSON without setting the request header to indicate as such. Bottle doesn't figure this out on its own so a number of the tests are pulling JSON from request.text instead of the expected request.json.