From 8687ad6ef1623f6c8810060a578b602f6c6680f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Sun, 4 Sep 2022 12:20:26 +0000 Subject: [PATCH] Bug 31389: (QA follow-up) Correct test message MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The test in question concerns non-superlibrarian staff users. Signed-off-by: Joonas Kylmälä Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi --- t/Koha/Auth/Permissions.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Koha/Auth/Permissions.t b/t/Koha/Auth/Permissions.t index 7f053b7ef5..bc87acbc58 100755 --- a/t/Koha/Auth/Permissions.t +++ b/t/Koha/Auth/Permissions.t @@ -59,7 +59,7 @@ subtest 'normal staff user test' => sub { 'CAN_user_circulate' => 1, 'CAN_user_circulate_circulate_remaining_permissions' => 1, }; - is_deeply($authz,$expected,'Expected permissions generated for superlibrarian'); + is_deeply($authz,$expected,'Expected permissions generated for normal staff user'); }; subtest 'superlibrarian tests' => sub { -- 2.39.2