Improve RexEp (#1629)

This commit is contained in:
Christophe Maudoux 2019-02-04 12:14:31 +01:00
parent 2a7171381b
commit d14f0ff384

View File

@ -14,7 +14,7 @@ my $client = LLNG::Manager::Test->new(
ini => {
logLevel => 'error',
mail2fActivation => 1,
mail2fCodeRegex => '\d\d\d\d',
mail2fCodeRegex => '\d{4}',
authentication => 'Demo',
userDB => 'Same',
}