refactor(tests): simplify logging messages and enhance manual upload journey tests

This commit is contained in:
Anish Sarkar 2026-05-09 05:10:05 +05:30
parent 66eebf614f
commit 2f540ee065
5 changed files with 117 additions and 7 deletions

View file

@ -78,8 +78,7 @@ logging.basicConfig(
)
logger = logging.getLogger("surfsense.e2e.celery")
logger.warning(
"*** SURFSENSE E2E CELERY WORKER — fake Composio + LLM + embeddings, "
"this MUST NOT be reachable in production. ***"
"*** SURFSENSE E2E CELERY WORKER — fake Composio + LLM + embeddings ***"
)