https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26355 --- Comment #171 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 198454 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198454&action=edit Bug 26355: (QA follow-up) Strip self_renewal_available in EmailPatronRegistrations tests to_api now returns the derived self_renewal_available field, so reusing a to_api'd patron as the POST body for /api/v1/patrons fails with 500 (the value has no matching DB column). Adjacent subtests already delete this read-only field before POSTing; do the same in the EmailPatronRegistrations subtest. Test plan: 1. prove t/db_dependent/api/v1/patrons.t — all tests pass. Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.