Fix the registry tests to run without debug.
This commit is contained in:
parent
8269d4ac90
commit
193436f945
1 changed files with 0 additions and 1 deletions
|
@ -295,7 +295,6 @@ class RegistryTestCaseMixin(object):
|
|||
|
||||
def create_app(self):
|
||||
app.config['TESTING'] = True
|
||||
app.config['DEBUG'] = True
|
||||
return app
|
||||
|
||||
def setUp(self):
|
||||
|
|
Reference in a new issue