@@ -, +, @@ --- t/Koha/Script.t | 4 +++- t/Koha/Script_cron.t | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) --- a/t/Koha/Script.t +++ a/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" ); --- a/t/Koha/Script_cron.t +++ a/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" ); --