V5.1 Update tests and documentation
Quality Gate / gate (push) Failing after 11s

This commit is contained in:
Jim Lancaster
2026-08-23 16:01:53 -05:00
parent ebf659b26c
commit ed6998d8da
18 changed files with 184 additions and 385 deletions
+1
View File
@@ -113,3 +113,4 @@ async def test_document_source_media_rejects_cross_document_access(app_client):
response = client.get(f"/api/documents/{other_id}/sources/{source_id}/media")
assert response.status_code == 404
assert response.json()["detail"] == "Source not found for Document"