test: harden OpenAI response error handling

This commit is contained in:
2026-06-11 11:47:29 +01:00
parent 189b3372a4
commit 311f49435e
3 changed files with 55 additions and 8 deletions
+5 -1
View File
@@ -127,4 +127,8 @@ Requirements:
- Mock OpenAI SDK network timeout errors separately from rate-limit errors.
- Verify that no API keys or secrets are ever leaked in error messages across all tested paths.
Status: ⏳ Pending
Status: ✅ Complete
---
Phase 2 complete. Phase 3 not yet defined.