Bug 27597: Remove leading colon in ES query
[koha-ffzg.git] / t / Koha / Script.t
old mode 100644 (file)
new mode 100755 (executable)
index c15432d..527ff24
@@ -39,7 +39,11 @@ is_deeply(
         'emailaddress'  => undef,
         'number'        => undef,
         'shibboleth'    => undef,
-        'branch'        => undef
+        'branch'        => undef,
+        'desk_id'       => undef,
+        'desk_name'     => undef,
+        'register_id'   => undef,
+        'register_name' => undef,
     },
     "Context userenv set correctly with no flags"
 );