Fixed Source Detail page

This commit is contained in:
Jim Lancaster
2026-08-08 08:21:35 -05:00
parent 21a7e83563
commit 4b5e7ac23e
7 changed files with 554 additions and 187 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class TestDocumentsPageRendering:
assert response.status_code == 200
assert "Archival Documents" in response.text
assert "No documents in repository yet." in response.text
assert "No documents found in repository." in response.text
@pytest.mark.asyncio
async def test_documents_page_lists_seeded_documents(self, app_client):