mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 13:01:50 +02:00
Revert Mistakenly Committed Debugging Change
This commit is contained in:
parent
24c38fa81f
commit
9a875fd476
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue