Fix debug mode (#1658)

This commit is contained in:
Christophe Maudoux 2019-03-10 22:58:23 +01:00
parent 4ae85e2c97
commit 58ec712481

View File

@ -10,7 +10,7 @@ my $res;
my $client = LLNG::Manager::Test->new( {
ini => {
logLevel => 'debug',
logLevel => 'error',
authentication => 'Demo',
userDB => 'Same',
loginHistoryEnabled => 0,