https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23415 --- Comment #232 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 193086 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193086&action=edit Bug 23415: Add API tests for fine override on renewal This commit adds REST API tests to verify the x-koha-override: debt_limit functionality for renewals. Tests cover: - Renewal blocked due to excessive fines - Override fails when AllowFineOverrideRenewing is disabled - Override succeeds when AllowFineOverrideRenewing is enabled - Both /renewal and /renewals endpoints Test plan: 1. Run: prove t/db_dependent/api/v1/checkouts.t 2. All 110 tests should pass Sponsored-by: OpenFifth <https://openfifth.co.uk/> Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.