This commit is contained in:
Christophe Maudoux 2019-07-17 11:58:22 +02:00
parent d8b3eb2a34
commit b56331c649
6 changed files with 5 additions and 6 deletions

View File

@ -121,7 +121,6 @@ while ( defined( my $url = shift(@tests) ) ) {
'/',
query => "url=$url",
cookie => "lemonldap=$id",
accept => 'text/html'
),
$detail

View File

@ -48,7 +48,7 @@ q{INSERT INTO notifications VALUES ('dwho','testref','2016-05-30 00:00:00',?,nul
}
);
# Try yo authenticate
# Try to authenticate
# -------------------
ok(
$res = $client->_post(

View File

@ -36,7 +36,7 @@ my $client = LLNG::Manager::Test->new( {
}
);
# Try yo authenticate
# Try to authenticate
# -------------------
ok( $res = $client->_get( '/', accept => 'text/html' ), 'Unauth request' );
count(1);

View File

@ -41,7 +41,7 @@ ok(
);
count(1);
# Try yo authenticate
# Try to authenticate
# -------------------
ok(
$res = $client->_post(

View File

@ -47,7 +47,7 @@ qq{INSERT INTO notifications VALUES ('dwho','testref','2016-05-30 00:00:00','<?x
}
);
# Try yo authenticate
# Try to authenticate
# -------------------
ok(
$res = $client->_post(

View File

@ -82,7 +82,7 @@ SKIP: {
ok( $soap->call( 'newNotification', $xml )->result() == 1,
' SOAP call returns 1' );
# Try yo authenticate
# Try to authenticate
# -------------------
my $res;
ok(