Fix the test config to really use an in-memory database.
This commit is contained in:
parent
5645b6da32
commit
8530e819d6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class FakeTransaction(object):
|
||||||
class TestConfig(DefaultConfig):
|
class TestConfig(DefaultConfig):
|
||||||
TESTING = True
|
TESTING = True
|
||||||
|
|
||||||
DB_URL = 'sqlite:///:memory:'
|
DB_URI = 'sqlite:///:memory:'
|
||||||
DB_CONNECTION_ARGS = {}
|
DB_CONNECTION_ARGS = {}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
Reference in a new issue