From 3d46ff30f31408dba593ed13b3dffb208b201d51 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 test --- t/Koha/Script.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" ); -- 2.20.1