Make unit test for #2539 less noisy

merge-requests/200/head
Maxime Besson 4 years ago
parent 70bd06bc32
commit 1d80c262ab
  1. 3
      lemonldap-ng-portal/t/91-handler-cache-cleaned.t

@ -11,7 +11,7 @@ count(1);
my $client = LLNG::Manager::Test->new( { my $client = LLNG::Manager::Test->new( {
ini => { ini => {
logLevel => 'debug', logLevel => 'error',
mail2fActivation => '$uid eq "msmith"', mail2fActivation => '$uid eq "msmith"',
mail2fAuthnLevel => 3, mail2fAuthnLevel => 3,
mail2fCodeRegex => '\d{4}', mail2fCodeRegex => '\d{4}',
@ -98,7 +98,6 @@ ok(
'Post code' 'Post code'
); );
count(1); count(1);
diag Dumper($res);
# Reuse the corrupted cache # Reuse the corrupted cache
ok( ok(

Loading…
Cancel
Save