diff --git a/tests/test_flask.py b/tests/test_flask.py index 2a34991..807d272 100644 --- a/tests/test_flask.py +++ b/tests/test_flask.py @@ -49,7 +49,7 @@ def get_model(name): @test_app.route('/models//secret') @signature(Model, text) def model_secret(name): - abort(403, description="You're not allowed in there!") + abort(403) @test_app.route('/models//custom-error')