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 22c48b920..900e98edc 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 d72bf0e16..de1000700 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