wellcomecollection / catalogue-api

:crystal_ball: The API for searching the Wellcome Collection catalogue.
https://developers.wellcomecollection.org
MIT License
3 stars 0 forks source link

fix lead time bug + add test case #778

Closed agnesgaroux closed 2 months ago

agnesgaroux commented 2 months ago

Pull request checklist

NOTE: uncovered an edge case for requests made on a closed day, after 10am. The logic previously in place dictated that we should drop the 1st and 2nd nextOpeningDays because the req is made after 10am. However in reality the staff will actually get the request before 10am on the 1st nextOpeningDay, so we should only drop the 1st nextOpeningDays. This is the current behaviour in weco.org