From 643f139530d8cabbc88fa837a07dc0921f3bae6a Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 1 May 2024 07:30:42 +0100 Subject: [PATCH] Bug 29393: (QA follow-up) Add key to Permissions test We missed adding the new superlibrarian key to the Permissions test 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 10adbde9964..9662f5ba3b9 100755 --- a/t/Koha/Auth/Permissions.t +++ b/t/Koha/Auth/Permissions.t @@ -123,6 +123,7 @@ subtest 'superlibrarian tests' => sub { 'CAN_user_acquisition_reopen_closed_invoices' => 1, 'CAN_user_acquisition_vendors_manage' => 1, 'CAN_user_acquisition' => 1, + 'CAN_user_borrowers_send_messages_to_borrowers' => 1, 'CAN_user_borrowers_delete_borrowers' => 1, 'CAN_user_borrowers_edit_borrowers' => 1, 'CAN_user_borrowers_list_borrowers' => 1, -- 2.44.0