Fix the registry tests to run without debug.

This commit is contained in:
Jake Moshenko 2015-09-03 16:25:41 -04:00
parent 8269d4ac90
commit 193436f945

View file

@ -295,7 +295,6 @@ class RegistryTestCaseMixin(object):
def create_app(self):
app.config['TESTING'] = True
app.config['DEBUG'] = True
return app
def setUp(self):