Skip to content

Commit 6838e2b

Browse files
committed
fix
1 parent 5268688 commit 6838e2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flask_appbuilder/tests/test_mongoengine.py

+1
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ def setUp(self):
586586
def test_export_roles(self):
587587
with tempfile.TemporaryDirectory() as tmp_dir:
588588
app = Flask(__name__)
589+
app.config.from_object("flask_appbuilder.tests.config_security")
589590
app.config["MONGODB_SETTINGS"] = {
590591
"db": "app",
591592
"host": "localhost",

0 commit comments

Comments
 (0)