diff --git a/lemonldap-ng-portal/t/42-Register-Demo-with-CustomBody.t b/lemonldap-ng-portal/t/42-Register-Demo-with-CustomBody.t index 2762dbd14..939c4cda8 100644 --- a/lemonldap-ng-portal/t/42-Register-Demo-with-CustomBody.t +++ b/lemonldap-ng-portal/t/42-Register-Demo-with-CustomBody.t @@ -20,13 +20,13 @@ SKIP: { my $client = LLNG::Manager::Test->new( { ini => { - logLevel => 'debug', + logLevel => 'error', useSafeJail => 1, portalDisplayRegister => 1, authentication => 'Demo', userDB => 'Same', registerDB => 'Demo', - #registerTimeout => '600', + registerTimeout => '600', registerConfirmSubject => 'Registration demonstration', registerConfirmBody => 'Hello $firstname $lastname, follows this link to register your account $url @@ -73,7 +73,7 @@ Go to Portal $url', m#Hello Fôo Bà Bar, follows this link to register your account http://auth\.example\.com/register#s, 'Found custom body' ) or explain( $mail, 'Custom body (link)' ); - ok( $mail =~ /[?&](register_token=\w+)[$&]/s, 'Found register_token' ); + ok( $mail =~ /[?&](register_token=\w+)/s, 'Found register_token' ); $query = $1; ok( $mail =~ /Fôo/, 'UTF-8 works' ) or explain( $mail, 'Fôo' ); ok( $mail =~ m#Expired time: \d{2}/\d{2}/\d{4} \d{2}:\d{2}#s, 'Found time' )