From bf9cfea3fed56ff81454c0204371ecdf2cba7400 Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 19 Dec 2023 02:47:12 +0000 Subject: [PATCH] Bug 30230: (follow-up) fix unit test Signed-off-by: David Cook Signed-off-by: Martin Renvoize --- t/Koha/Auth/Permissions.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/Koha/Auth/Permissions.t b/t/Koha/Auth/Permissions.t index aec56828b93..67c1066fe03 100755 --- a/t/Koha/Auth/Permissions.t +++ b/t/Koha/Auth/Permissions.t @@ -125,6 +125,7 @@ subtest 'superlibrarian tests' => sub { 'CAN_user_acquisition' => 1, 'CAN_user_borrowers_delete_borrowers' => 1, 'CAN_user_borrowers_edit_borrowers' => 1, + 'CAN_user_borrowers_list_borrowers' => 1, 'CAN_user_borrowers_view_borrower_infos_from_any_libraries' => 1, 'CAN_user_borrowers' => 1, 'CAN_user_cash_management_anonymous_refund' => 1, -- 2.43.0