Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/routes/meta.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_usage_tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()


Expand Down