Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ra/ratelimits: Update tests, use new TransactionBuilder constructor, …
…fix ARI rate limit exception (#7869) Add a new `ratelimits.NewTransactionBuilderWithLimits` constructor which takes pre-populated rate limit data, instead of filenames for reading it off disk. Use this new constructor to change rate limits during RA tests, instead of using extra `testdata` files. Fix ARI renewals' exception from rate limits: consider `isARIRenewal` as part of the `isRenewal` arg to `checkNewOrderLimits`. Remove obsolete RA tests for rate limits that are now only checked in the WFE. Update remaining new order rate limit tests from deprecated `ratelimit`s to new Redis `ratelimits`.
- Loading branch information