Improve unit tests (#1775)

This commit is contained in:
Christophe Maudoux 2019-05-27 22:40:51 +02:00
parent 781f299603
commit b8d242464d
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ my $client = LLNG::Manager::Test->new( {
requireToken => 0,
securedCookie => 2,
https => 0,
singleSession => 1,
}
}
);

View File

@ -18,6 +18,7 @@ my $client = LLNG::Manager::Test->new( {
requireToken => 0,
securedCookie => 3,
https => 0,
singleSession => 1,
}
}
);