mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 06:56:31 +00:00
2ed9ce3336
Tests expecting file storage (image/video write) failed because JWT_SECRET was not set in the test environment, causing require_auth to return "" (falsy), skipping the storage block. Both tests now patch main.JWT_SECRET and use a properly signed JWT. Made-with: Cursor