forked from kompetenzinventar/ki-backend
add ldap auth
This commit is contained in:
@ -17,6 +17,7 @@ class ApiTest(unittest.TestCase):
|
||||
app.debug = True
|
||||
app.config["TESTING"] = True
|
||||
app.config["SQLALCHEMY_DATABASE_URI"] = "sqlite:///:memory:"
|
||||
|
||||
self.client = app.test_client()
|
||||
|
||||
with app.app_context():
|
||||
|
Reference in New Issue
Block a user