From 58e5f684531cdfba00c0bd1acc9237a2ef7b23f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?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=UTF-8 Content-Transfer-Encoding: 8bit The test in question concerns non-superlibrarian staff users. Signed-off-by: Joonas Kylmälä Signed-off-by: Martin Renvoize --- 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.20.1