1 Commits
Author SHA1 Message Date
Brandon Nielsen 59a531db16 Fix 404 errors when running tests with NODE_ENV=test
production_safety_test.js requires tests to run with NODE_ENV set to
`test`. The /test endpoint was previously only enabled with NODE_ENV set
to `development` which results in the api3 security tests failing with 404
errors. Instead, enable it for NODE_ENV set to `test`.
2026-03-26 21:01:56 -05:00