mirror of
https://github.com/wassname/flask-security.git
synced 2026-08-19 12:10:07 +08:00
Fix tests
This commit is contained in:
@@ -16,8 +16,6 @@ from tests.test_app import create_app as create_base_app, populate_data, \
|
||||
|
||||
def create_app(config, **kwargs):
|
||||
app = create_base_app(config)
|
||||
|
||||
#app.config['SQLALCHEMY_DATABASE_URI'] = 'mysql://root@localhost/flask_security_test'
|
||||
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite://'
|
||||
|
||||
db = SQLAlchemy(app)
|
||||
|
||||
Reference in New Issue
Block a user