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
minor #631 [Platform][DockerModelRunner] Add tests for ModelNotFoundException (OskarStark)
This PR was merged into the main branch.
Discussion
----------
[Platform][DockerModelRunner] Add tests for `ModelNotFoundException`
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Docs? | no
| Issues | Follows #628
| License | MIT
Tests verify that ModelNotFoundException is properly thrown when:
- 404 response contains "model not found" message (case-insensitive)
- Exception is not thrown for 404 responses without the specific message
cc `@welcoMattic`
Commits
-------
f059335 Add tests for ModelNotFoundException in DockerModelRunner result converters
0 commit comments