Files
Crussell/backend/handlers
popertots 766b5b7dbd
Frontend Lint & Vulns / Lint & vulns (push) Failing after 48s
fix(vat): resolve non-deterministic ORDER BY in TestVAT_ToggleLifecycle
The phase 3 payment query used ORDER BY created_at DESC LIMIT 1.
Within a single transaction, NOW() returns the same timestamp for all
inserts, making the ordering non-deterministic when other parallel tests
insert payment rows with the same timestamp. Fix by parsing the
response's payment ID and querying by it directly.

Also revert eslint.config.js back to error-level rules for all categories
(removing the previous 'warn' overrides).
2026-06-25 14:12:48 +01:00
..