Unit testing fixed? So says Copilot

This commit is contained in:
Jim Lancaster
2026-08-05 19:52:40 -05:00
parent be152a028e
commit 75f263c2b6
5 changed files with 23 additions and 29 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ class TestJobsPageRendering:
assert response.status_code == 200
assert f"Job Record: {job_id}" in response.text
assert "Job Execution Logistics" in response.text
assert "Execution Logistics".upper() in response.text.upper()
assert "openai" in response.text
assert "gpt-4o" in response.text
assert "View Linked Document" in response.text