Drift-audit remediation + Stored Processes + Dashboard #55

Merged
bvandeusen merged 23 commits from dev into main 2026-06-03 08:11:14 -04:00
Showing only changes of commit 4a220db513 - Show all commits
+1 -2
View File
@@ -3,7 +3,7 @@ from unittest.mock import AsyncMock, MagicMock, patch
import pytest
from fabledassistant.mcp.auth import resolve_bearer_to_user_id
from fabledassistant.mcp.auth import resolve_bearer, resolve_bearer_to_user_id
@pytest.mark.asyncio
@@ -55,7 +55,6 @@ async def test_resolve_bearer_calls_lookup_with_stripped_token():
@pytest.mark.asyncio
async def test_resolve_bearer_returns_user_id_and_scope():
from fabledassistant.mcp.auth import resolve_bearer
fake_key = MagicMock()
fake_key.user_id = 9
fake_key.scope = "read"