From 233e3efba308fe63e7e40caa7830ec83e4770d13 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 10 Aug 2020 09:57:23 +0200 Subject: [PATCH] Bug 24201: fix failing tests Signed-off-by: Jonathan Druart --- t/Koha/Script.t | 4 +++- t/Koha/Script_cron.t | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/t/Koha/Script.t b/t/Koha/Script.t index c15432df61..d04bbbc0ad 100644 --- a/t/Koha/Script.t +++ b/t/Koha/Script.t @@ -39,7 +39,9 @@ is_deeply( 'emailaddress' => undef, 'number' => undef, 'shibboleth' => undef, - 'branch' => undef + 'branch' => undef, + 'desk_id' => undef, + 'desk_name' => undef, }, "Context userenv set correctly with no flags" ); diff --git a/t/Koha/Script_cron.t b/t/Koha/Script_cron.t index c5e7f950c3..b8c3b62645 100644 --- a/t/Koha/Script_cron.t +++ b/t/Koha/Script_cron.t @@ -36,7 +36,9 @@ is_deeply( 'emailaddress' => undef, 'number' => undef, 'shibboleth' => undef, - 'branch' => undef + 'branch' => undef, + 'desk_id' => undef, + 'desk_name' => undef, }, "Context userenv set correctly with -cron" ); -- 2.39.2