mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
The batch endpoint became modality-aware, so an empty request returns the generic "No files provided" rather than the legacy image-specific message. The assertion still matched /no image/i (a pre-existing stale spec on main), so it failed against the correct behavior. Match /no files/i instead.