From d3df141a0bfa59e7811c1f919118b89072f0ae81 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 3 Nov 2023 17:06:18 +0000 Subject: [PATCH] Bug 29002: (follow-up) Fix Permissions test Signed-off-by: Tomas Cohen Arazi --- 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 0d3e068917..aec56828b9 100755 --- a/t/Koha/Auth/Permissions.t +++ b/t/Koha/Auth/Permissions.t @@ -134,6 +134,7 @@ subtest 'superlibrarian tests' => sub { 'CAN_user_catalogue' => 1, 'CAN_user_circulate_circulate_remaining_permissions' => 1, 'CAN_user_circulate_force_checkout' => 1, + 'CAN_user_circulate_manage_bookings' => 1, 'CAN_user_circulate_manage_checkout_notes' => 1, 'CAN_user_circulate_manage_curbside_pickups' => 1, 'CAN_user_circulate_manage_restrictions' => 1, -- 2.20.1