https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17431 --- Comment #1 from Lari Taskula <lari.taskula@jns.fi> --- Created attachment 56252 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56252&action=edit Bug 17431 - Fix failing test t/db_dependent/api/v1/holds.t This patch fixed failing test for t/db_dependent/api/v1/holds.t which was broken after Bug 14695. $ perl t/db_dependent/api/v1/holds.t ... not ok 42 - similar match for JSON Pointer "/error" # Failed test 'similar match for JSON Pointer "/error"' # at t/db_dependent/api/v1/holds.t line 291. # 'Reserve cannot be placed. Reason: itemAlreadyOnHold' # doesn't match '(?^u:tooManyReserves)' # Looks like you failed 1 test of 42. not ok 4 - Test endpoints with permission To test: 1. Run t/db_dependent/api/v1/holds.t and observe it fail. 2. Apply patch. 3. Run the test again and observe it pass. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.