Currently, status codes are conveniently returned as part of the response JSON; however, the tests fail when the coder returns something other than a 200. For my case, I returned an error 500 to coincide with the code I return in the JSON, and it caused me a bit of a confusion when the tests failed.