You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: convert FileInfo to dicts for response model compatibility
The test creates FileInfo from files.py (with content field) but
enlist_process_queue_response expects FileInfo from processes.py (different
model). Converting via model_dump() resolves Pydantic type validation.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments