https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29759 --- Comment #29 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 130095 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130095&action=edit Bug 29759: (follow-up) Fix api/v1/article_requests.t This patch makes the tests set debit_id to undef instead of random data. This way tests don't break when $article_request->cancel is invoked and a refund is tried. To test: 1. Run: $ kshell k$ prove t/db_dependent/Letters/TemplateToolkit.t => FAIL: Boo, tests fail, random garbage is not a debit 2. Apply this patch 3. Repeat 1 => SUCCESS: Tests pass! 4. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.