From ff86dd2312030bcca438109d6ea926dbb095ba86 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 16 May 2023 09:55:28 +0200 Subject: [PATCH] Bug 30418: Fix t/Koha/Auth/Permissions.t koha_1 | # Failed test 'Expected permissions generated for superlibrarian' koha_1 | # at t/Koha/Auth/Permissions.t line 283. koha_1 | # Structures begin differing at: koha_1 | # $got->{CAN_user_lists_edit_public_list_contents} = '1' koha_1 | # $expected->{CAN_user_lists_edit_public_list_contents} = Does not exist koha_1 | # Looks like you failed 1 test of 1. koha_1 | koha_1 | # Failed test 'superlibrarian tests' koha_1 | # at t/Koha/Auth/Permissions.t line 284. koha_1 | # Looks like you failed 1 test of 3. koha_1 | [23:34:42] t/Koha/Auth/Permissions.t --- 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 d5d2b98d1c6..8439bd78307 100755 --- a/t/Koha/Auth/Permissions.t +++ b/t/Koha/Auth/Permissions.t @@ -162,6 +162,7 @@ subtest 'superlibrarian tests' => sub { 'CAN_user_ill' => 1, 'CAN_user_lists_delete_public_lists' => 1, 'CAN_user_lists_edit_public_lists' => 1, + 'CAN_user_lists_edit_public_list_contents' => 1, 'CAN_user_lists' => 1, 'CAN_user_parameters_manage_accounts' => 1, 'CAN_user_parameters_manage_additional_fields' => 1, -- 2.25.1