fix tests

This commit is contained in:
weeman 2021-07-12 18:37:54 +02:00
parent 5bd6c827d8
commit a1502fea9c
Signed by untrusted user: weeman
GPG Key ID: 34F0524D4DA694A1
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class ApiTest(unittest.TestCase):
def setUp(self):
app.debug = True
app.config["KI_AUTH"] = "file"
app.config["TESTING"] = True
app.config["SQLALCHEMY_DATABASE_URI"] = "sqlite:///:memory:"