https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38489 --- Comment #21 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 186852 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186852&action=edit Bug 38489: Update EDI tests to use new file transport system The EDI test was still creating vendor_edi_accounts with transport='FILE' which no longer works after the migration to the file_transports system. Updated all test account creation to: - Create file_transports records with transport='local' - Link EDI accounts via file_transport_id instead of direct transport field - Set appropriate download/upload directories for local testing All EDI tests now pass with the new transport architecture. -- You are receiving this mail because: You are watching all bug changes.