Added tests to ensure pick correct provider from the database in the celery tasks.

This commit is contained in:
Martyn Inglis
2016-05-11 14:03:12 +01:00
parent 6493e4db9c
commit 42c42bfdc9
2 changed files with 33 additions and 3 deletions

View File

@@ -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)