diff --git a/lemonldap-ng-handler/t/63-Lemonldap-NG-Handler-PSGI-Try.t b/lemonldap-ng-handler/t/63-Lemonldap-NG-Handler-PSGI-Try.t index 22c48b920053a74fb31c71477bc6919caf67dbee..900e98edc0d7bb2b416cb1765e3ddb34f7003bea 100644 --- a/lemonldap-ng-handler/t/63-Lemonldap-NG-Handler-PSGI-Try.t +++ b/lemonldap-ng-handler/t/63-Lemonldap-NG-Handler-PSGI-Try.t @@ -18,11 +18,12 @@ init(); ok( $app->init( { - configStorage => { type => 'File', dirName => 't' }, - logLevel => 'warn', - cookieName => 'lemonldap', - securedCookie => 0, - https => 0, + configStorage => { type => 'File', dirName => 't' }, + localSessionStorage => '', + logLevel => 'warn', + cookieName => 'lemonldap', + securedCookie => 0, + https => 0, } ), 'initialization' diff --git a/lemonldap-ng-handler/t/test-psgi-lib.pm b/lemonldap-ng-handler/t/test-psgi-lib.pm index d72bf0e16911f46cca259c269a22496c9872ac96..de1000700209d1f36a394922844e87e5fc05d24b 100644 --- a/lemonldap-ng-handler/t/test-psgi-lib.pm +++ b/lemonldap-ng-handler/t/test-psgi-lib.pm @@ -25,11 +25,12 @@ sub init { } $prms ||= {}; %$prms = ( - configStorage => { type => 'File', dirName => 't' }, - logLevel => 'error', - cookieName => 'lemonldap', - securedCookie => 0, - https => 0, + configStorage => { type => 'File', dirName => 't' }, + localSessionStorage => '', + logLevel => 'error', + cookieName => 'lemonldap', + securedCookie => 0, + https => 0, logger => 'Lemonldap::NG::Common::Logger::Std', %$prms ); diff --git a/lemonldap-ng-portal/t/lmConf-1.js b/lemonldap-ng-portal/t/lmConf-1.json similarity index 100% rename from lemonldap-ng-portal/t/lmConf-1.js rename to lemonldap-ng-portal/t/lmConf-1.json