fix for failing tests

This commit is contained in:
Aditi Anand
2024-03-20 10:57:04 -04:00
parent 5d15560538
commit 8bc1091f73
6 changed files with 19 additions and 12 deletions

View File

@@ -69,7 +69,7 @@ def _notify_db(notify_api):
yield db
db.session.remove()
db.session.close_all()
db.engine.dispose()