Update tests (#1416)

environments/ppa-mbqj77/deployments/1
Xavier Guimard 7 years ago
parent 27c41cbaf8
commit 80ed8580f2
  1. 3
      lemonldap-ng-manager/t/80-attributes.t
  2. 2
      lemonldap-ng-portal/t/32-Auth-and-issuer-OIDC-authorization_code.t

@ -3,6 +3,7 @@
use strict;
use Test::More;
use Data::Dumper;
# CONSTANTS
@ -41,7 +42,7 @@ my @notManagedAttributes = (
# Other ini-only prms
'configStorage', 'status', 'localStorageOptions', 'localStorage',
'max2FDevices', 'max2FDevicesNameLength',
'max2FDevices', 'max2FDevicesNameLength', 'logLevel',
);
# Words used either as attribute name and node title

@ -9,7 +9,7 @@ BEGIN {
require 't/test-lib.pm';
}
my $debug = 'debug';
my $debug = 'error';
my ( $op, $rp, $res );
my %handlerOR = ( op => [], rp => [] );

Loading…
Cancel
Save