Bug 9937: Add new unit tests for new routines (introduced by bug 5343)
[koha_fer] / t / db_dependent / Search.t
index 8f7c523..d1f76a4 100644 (file)
@@ -64,7 +64,7 @@ $contextmodule->mock('preference', sub {
         return '490av';
     } else {
         warn "The syspref $pref was requested but I don't know what to say; this indicates that the test requires updating"
-            unless $pref =~ m/(XSLT|item|branch|holding|image|insecure)/i;
+            unless $pref =~ m/(XSLT|item|branch|holding|image)/i;
         return 0;
     }
 });