forked from kompetenzinventar/ki-backend
fix tests
This commit is contained in:
parent
5bd6c827d8
commit
a1502fea9c
@ -15,6 +15,7 @@ class ApiTest(unittest.TestCase):
|
|||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
app.debug = True
|
app.debug = True
|
||||||
|
app.config["KI_AUTH"] = "file"
|
||||||
app.config["TESTING"] = True
|
app.config["TESTING"] = True
|
||||||
app.config["SQLALCHEMY_DATABASE_URI"] = "sqlite:///:memory:"
|
app.config["SQLALCHEMY_DATABASE_URI"] = "sqlite:///:memory:"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user