Remove debug flag from JWT tests
This can break unit tests running
This commit is contained in:
parent
431267329b
commit
f980b892d8
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ class JWTAuthTestCase(LiveServerTestCase):
|
|||
return make_response('', 404)
|
||||
|
||||
jwt_app.config['TESTING'] = True
|
||||
jwt_app.config['DEBUG'] = True
|
||||
return jwt_app
|
||||
|
||||
|
||||
|
|
Reference in a new issue