feat: update default persistence to MongoDB and enhance configuration options
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m19s

This commit is contained in:
2026-07-29 16:45:10 -04:00
parent da7ed41938
commit f3e9201afd
6 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ from db.mongo_client import get_mongo_client, get_mongo_db_name
# All tests in this module require the mongomock-backed MongoDB adapter.
pytestmark = pytest.mark.skipif(
os.environ.get('USE_MONGODB', 'false').lower() != 'true',
os.environ.get('USE_MONGODB', 'true').lower() != 'true',
reason='MongoDB adapter tests require USE_MONGODB=true',
)