fix: set QDRANT_URL/COLLECTION_NAME env vars for test import
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
"""Unit tests for mcp-maildir server pure functions."""
|
"""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 (
|
from server import (
|
||||||
normalize_email_address,
|
normalize_email_address,
|
||||||
payload_matches_participant,
|
payload_matches_participant,
|
||||||
|
|||||||
Reference in New Issue
Block a user