From e1ac9eaaed7ddd37084a4a150931abfe41e53498 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Mon, 13 May 2024 14:21:05 +0000 Subject: [PATCH] Bug 34788: (follow-up) Fix unit tests prove t/db_dependent/Koha/BackgroundJob/ImportKBARTFile.t --- t/db_dependent/Koha/BackgroundJob/ImportKBARTFile.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/db_dependent/Koha/BackgroundJob/ImportKBARTFile.t b/t/db_dependent/Koha/BackgroundJob/ImportKBARTFile.t index 0893ab1492..45a8ec821a 100755 --- a/t/db_dependent/Koha/BackgroundJob/ImportKBARTFile.t +++ b/t/db_dependent/Koha/BackgroundJob/ImportKBARTFile.t @@ -401,8 +401,7 @@ Nature Astronomy,,2397-3366,2017-01,1,1,,,,https://www.nature.com/natastron,,4bb [ { 'type' => 'error', - 'error_message' => 'No publication_title found for title_id: ', - 'code' => 'title_failed', + 'code' => 'no_title_found', 'title_id' => '12345', 'title' => '(Unknown)' }, -- 2.37.1 (Apple Git-137.1)