fix: set QDRANT_URL/COLLECTION_NAME env vars for test import
Docker Build and Push / test (pull_request) Successful in 1m30s
Docker Build and Push / build (pull_request) Successful in 1m11s

This commit is contained in:
2026-06-11 12:24:46 +00:00
parent 1700877918
commit 78ce84f4ff
+4
View File
@@ -1,5 +1,9 @@
"""Unit tests for mcp-maildir server pure functions."""
import os
os.environ["QDRANT_URL"] = "http://localhost:6333"
os.environ["COLLECTION_NAME"] = "test"
from server import (
normalize_email_address,
payload_matches_participant,