5 May
2023
5 May
'23
8:26 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440 --- Comment #16 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 150789 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=150789&action=edit Bug 22440: (follow-up) Fix existing tests As we are introducing a FK for illrequests.biblio_id, TestBuilder is generating a linked biblio, and so tests expecting undef are failing. This fixes it by explicitly setting biblio_id => undef on creating the request. The patch also cleans the area a bit, removing a redundant and fragile test as well. -- You are receiving this mail because: You are watching all bug changes.