https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24401 --- Comment #70 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 205082 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=205082&action=edit Bug 24401: (QA follow-up) Add token cross-context and expiry test coverage Cover the properties the QA review specifically raised about confirmation tokens: that a token minted for one item, or one confirmation set, does not validate against a different item or confirmation set (it doesn't - the context-object ids and sorted confirmation keys already scope _token_id correctly), and that an expired token (per the just-added TOKEN_EXPIRY_SECONDS/expires support) is rejected. Test plan: 1. prove t/Koha/Result/Availability.t => SUCCESS: 13 tests pass. Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.