Remove debug flag from JWT tests

This can break unit tests running
This commit is contained in:
Joseph Schorr 2015-06-05 15:39:27 -04:00
parent 431267329b
commit f980b892d8

View file

@ -80,7 +80,6 @@ class JWTAuthTestCase(LiveServerTestCase):
return make_response('', 404)
jwt_app.config['TESTING'] = True
jwt_app.config['DEBUG'] = True
return jwt_app