gpt-5.3-codex review phase 1 (revised)
Quality Gate / gate (push) Successful in 35s

This commit is contained in:
Jim Lancaster
2026-08-19 15:28:51 -05:00
parent 5404224079
commit c261fbb3bd
12 changed files with 138 additions and 20 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ class TestJobsPageRendering:
assert "Delete is blocked while the job is processing." in response.text
@pytest.mark.asyncio
async def test_job_delete_page_allows_deletion_for_queued_or_completed_job(
async def test_job_delete_page_allows_deletion_for_queued_job(
self, app_client, seed_document_with_unlinked_job
):
_, client = app_client