Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Fixed exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Harlow committed Mar 22, 2012
1 parent b19d35c commit adf4349
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mock/api/service.py
Expand Up @@ -16,7 +16,4 @@ def __init__(self, config):

@webob.dec.wsgify(RequestClass=webob.Request)
def __call__(self, req):
out_resp = webob.Response()
out_resp.status = httplib.INTERNAL_SERVER_ERROR
out_resp.body = "WIP"
out_resp.content_type = "text/plain"
raise webob.exc.HTTPBadRequest(comment="Not implemented yet")

0 comments on commit adf4349

Please sign in to comment.