https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42386 --- Comment #67 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 203526 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203526&action=edit Bug 42386: (follow-up) Update stale status-code fixtures in holds.t A few mocked CanItemBeReserved status fixtures still used camelCase strings left over from before the snake_case rename. Cosmetic only, since these mock the function directly and the value is otherwise arbitrary, but confusing to a future reader expecting real status codes. Test plan: 1. Apply patch 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/holds.t => SUCCESS: Tests pass! 3. Sign off :-D Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.