Description
Error scenario tests fail with Pydantic validation errors.
Failing Tests
Error
Root Cause
Tests are passing TaskSubmission instances directly where dictionaries are expected.
Expected Fix
Update tests to pass dict format or update the validation logic to accept model instances.
Description
Error scenario tests fail with Pydantic validation errors.
Failing Tests
Error
Root Cause
Tests are passing TaskSubmission instances directly where dictionaries are expected.
Expected Fix
Update tests to pass dict format or update the validation logic to accept model instances.