Merge "Drop description from 403 flask test case"

This commit is contained in:
Jenkins 2013-10-31 23:20:43 +00:00 committed by Gerrit Code Review
commit a59576226d

View File

@ -49,7 +49,7 @@ def get_model(name):
@test_app.route('/models/<name>/secret')
@signature(Model, text)
def model_secret(name):
abort(403, description="You're not allowed in there!")
abort(403)
@test_app.route('/models/<name>/custom-error')