diff --git a/api/routes/meta.py b/api/routes/meta.py index 55006ab8..9d08cb72 100644 --- a/api/routes/meta.py +++ b/api/routes/meta.py @@ -1,4 +1,4 @@ -"""Public metadata routes (version/health) for the QueryWeaver API. +"""Public metadata route (``/version``) for the QueryWeaver API. These endpoints are intentionally unauthenticated so the frontend can read them before login. Their tag is not mapped to any MCP type, so FastMCP's diff --git a/tests/test_usage_tracking.py b/tests/test_usage_tracking.py index 2baf0435..1d3a0973 100644 --- a/tests/test_usage_tracking.py +++ b/tests/test_usage_tracking.py @@ -21,7 +21,7 @@ pytestmark = [pytest.mark.unit] -EMAIL = "gal.shubeli@falkordb.com" +EMAIL = "test.user@example.com" USER_ID = base64.b64encode(EMAIL.encode()).decode()