Remove DB connection config that comes after the initialization
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2025-09-19 17:20:47 +02:00
parent c8324e32e4
commit 9fe705d485

View File

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