mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Tests expected 422 for corrupted image data, but the API correctly returns 400 since corruption is caught during validation (unrecognized format), not during processing. Also fix watermark-image route passing a hardcoded "watermark" string instead of the actual uploaded filename to validateImageBuffer, which broke SVGZ detection.