Merge pull request #98 from coreos-inc/testfix

Remove debug flag from JWT tests
This commit is contained in:
Jimmy Zelinskie 2015-06-05 15:41:17 -04:00
commit eefecd80ff

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