aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_backend.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_backend.py')
-rw-r--r--tests/test_backend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_backend.py b/tests/test_backend.py
index abf3cfff..de670a36 100644
--- a/tests/test_backend.py
+++ b/tests/test_backend.py
@@ -23,7 +23,7 @@ def check_entity_fields(e):
class FatcatTestCase(unittest.TestCase):
def setUp(self):
- fatcat.app.config['DATABASE_URI'] = 'sqlite://:memory:'
+ fatcat.app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite://'
fatcat.app.testing = True
self.app = fatcat.app.test_client()
fatcat.db.create_all()