https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41649 --- Comment #18 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 191685 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191685&action=edit Bug 41649: Fix SIP Message tests for magnetic media The tests for desensitize and alert flags were failing because items were created with random itemtypes that could have sip_magnetic=1. This caused unexpected behavior since magnetic media items don't get desensitized and trigger alert flags. Fix by explicitly creating itemtypes with sip_magnetic=0 in: - test_checkout_desensitize - test_renew_desensitize - test_checkin_v2 -- You are receiving this mail because: You are watching all bug changes.