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
@@ -44,7 +44,7 @@ class TestJobsPageRendering:
assert response.status_code == 200
assert "Transcription Pipeline Jobs" in response.text
assert "No active or historical processing jobs found." in response.text
assert "No job records found in repository." in response.text
@pytest.mark.asyncio
async def test_jobs_page_lists_seeded_jobs(self, app_client, seed_job):