From 4ee235cda55f439a77993574849606832c20f2d3 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 and t/Koha/Script.t --- t/Koha/Script.t | 2 ++ t/Koha/Script_cron.t | 2 ++ 2 files changed, 4 insertions(+) diff --git a/t/Koha/Script.t b/t/Koha/Script.t index d04bbbc0ad..527ff24ddd 100755 --- a/t/Koha/Script.t +++ b/t/Koha/Script.t @@ -42,6 +42,8 @@ is_deeply( 'branch' => undef, 'desk_id' => undef, 'desk_name' => undef, + 'register_id' => undef, + 'register_name' => undef, }, "Context userenv set correctly with no flags" ); 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