mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-19 14:08:47 -04:00
Added tests to ensure pick correct provider from the database in the celery tasks.
This commit is contained in:
@@ -41,7 +41,6 @@ def notify_db(notify_api, request):
|
||||
db.session.remove()
|
||||
db.drop_all()
|
||||
db.engine.execute("drop table alembic_version")
|
||||
db.engine.execute("drop type providers")
|
||||
db.get_engine(notify_api).dispose()
|
||||
|
||||
request.addfinalizer(teardown)
|
||||
|
||||
Reference in New Issue
Block a user