V4.7 Phase 2: Evidence Model Simplification (part 2)

This commit is contained in:
zoltan57
2026-08-18 15:31:33 -05:00
parent 7285a87dfb
commit 11097b9cfe
15 changed files with 312 additions and 138 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ class TestJobsPageRendering:
assert response.status_code == 200
assert "Resubmit Job" in response.text
assert "Failed Sources:" in response.text
assert "Resubmittable Sources:" in response.text
assert "Resubmit now" in response.text
@pytest.mark.asyncio