Bug 31389: (QA follow-up) Correct test message

The test in question concerns non-superlibrarian staff users.

Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Joonas Kylmälä 2022-09-04 12:20:26 +00:00 committed by Tomas Cohen Arazi
parent 897fe20683
commit 8687ad6ef1
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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 {