another db piece

This commit is contained in:
stvnrlly
2023-11-13 16:44:58 -05:00
parent bdf545d851
commit ddf47352d8

View File

@@ -121,7 +121,7 @@ def _notify_db(notify_api, worker_id):
yield db
db.session.remove()
db.engine.dispose()
db.get_engine(notify_api).dispose()
@pytest.fixture(scope="function")