Fix unit test (#1773)

environments/ppa-mbqj77/deployments/746^2
Christophe Maudoux 6 years ago
parent 39233ccb99
commit 1bc9539538
  1. 1
      lemonldap-ng-handler/t/65-Lemonldap-NG-Handler-PSGI-ServiceToken.t
  2. 2
      lemonldap-ng-manager/t/80-attributes.t

@ -7,6 +7,7 @@ BEGIN {
init(
'Lemonldap::NG::Handler::Server',
{
logLevel => 'error',
handlerServiceTokenTTL => 2,
}
);

@ -54,7 +54,7 @@ my @notManagedAttributes = (
# Other ini-only prms
'configStorage', 'status', 'localStorageOptions', 'localStorage',
'max2FDevices', 'max2FDevicesNameLength', 'checkTime',
'mySessionAuthorizedRWKeys', 'handlerInternalCache'
'mySessionAuthorizedRWKeys', 'handlerInternalCache', 'handlerServiceTokenTTL'
);
# Words used either as attribute name and node title

Loading…
Cancel
Save