fix: code standards audit — 100% coverage, Pydantic v2 model_config, asyncio.run(), targeted edge-case tests

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-09 19:00:13 +00:00
parent 5bc1fac79c
commit ec77c51cb5
3 changed files with 591 additions and 7 deletions
+1 -2
View File
@@ -68,8 +68,7 @@ class ScheduledJobResponse(BaseModel):
created_at: datetime | None
updated_at: datetime | None
class Config:
from_attributes = True
model_config = {"from_attributes": True}
class ScheduledJobUpdate(BaseModel):