From f980b892d826ef33c0ba2a750a65d38aa5374eb1 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 5 Jun 2015 15:39:27 -0400 Subject: [PATCH] Remove debug flag from JWT tests This can break unit tests running --- test/test_jwt_auth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_jwt_auth.py b/test/test_jwt_auth.py index 3ebbc3de4..50efeba18 100644 --- a/test/test_jwt_auth.py +++ b/test/test_jwt_auth.py @@ -80,7 +80,6 @@ class JWTAuthTestCase(LiveServerTestCase): return make_response('', 404) jwt_app.config['TESTING'] = True - jwt_app.config['DEBUG'] = True return jwt_app