Revert Mistakenly Committed Debugging Change

This commit is contained in:
Andrew Dickinson 2020-04-17 15:50:15 -04:00 committed by GitHub
parent 24c38fa81f
commit 9a875fd476
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ class BaseTestCase(TestCase):
class IhatemoneyTestCase(BaseTestCase): class IhatemoneyTestCase(BaseTestCase):
SQLALCHEMY_DATABASE_URI = "sqlite:////tmp/ihatemoneytest.db" SQLALCHEMY_DATABASE_URI = "sqlite://"
TESTING = True TESTING = True
WTF_CSRF_ENABLED = False # Simplifies the tests. WTF_CSRF_ENABLED = False # Simplifies the tests.