Is your feature request related to a problem? Please describe.
PR #1670 should be adding rate testing for the login route. In app.js, OED has several routes that are rate limited. The new code has a TODO at the top of the file (the text might change slightly):
// TODO: Create additional rate limit tests for other OED routes, covering
// every rate limiter defined in app.js (general, 3D graphic, raw export).
Describe the solution you'd like
The other routes that are rate limited should be added to src/server/testRate/rateTest.js in a similar way.
Describe alternatives you've considered
We don't do the tests :-(
Additional context
None
Is your feature request related to a problem? Please describe.
PR #1670 should be adding rate testing for the login route. In app.js, OED has several routes that are rate limited. The new code has a TODO at the top of the file (the text might change slightly):
Describe the solution you'd like
The other routes that are rate limited should be added to src/server/testRate/rateTest.js in a similar way.
Describe alternatives you've considered
We don't do the tests :-(
Additional context
None