From 3ae19f190d00178cd5d711b00060cd8a1672faaa Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 6 Nov 2020 17:03:33 +0100 Subject: [PATCH] Bug 24786: Fix Script_cron.t --- t/Koha/Script_cron.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/Koha/Script_cron.t b/t/Koha/Script_cron.t index b8c3b62645..a84963f124 100755 --- a/t/Koha/Script_cron.t +++ b/t/Koha/Script_cron.t @@ -39,6 +39,8 @@ is_deeply( 'branch' => undef, 'desk_id' => undef, 'desk_name' => undef, + 'register_id' => undef, + 'register_name' => undef, }, "Context userenv set correctly with -cron" ); -- 2.20.1