https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41918 --- Comment #17 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 198259 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198259&action=edit Bug 41918: (QA follow-up) Update prep_report tests for new SQL comment The first patch in this series changed the SQL comment appended by Koha::Report::prep_report from /* saved_sql.id: <id> */ to /* { saved_sql.id: <id> } { user_id: <user_id> } */ but did not update the existing assertions in t/db_dependent/Koha/Reports.t, leaving three subtest failures in the prep_report subtest. Refresh the expected strings to match the new format and pick up the userenv-derived user_id (or 0 when no userenv is in scope, matching prep_report's fallback). Test plan: 1) Apply this follow-up. 2) prove t/db_dependent/Koha/Reports.t 3) Verify all 10 tests pass (previously 3 subtests of prep_report failed). -- You are receiving this mail because: You are watching all bug changes.