This commit is contained in:
Christophe Maudoux 2020-05-02 13:31:36 +02:00
parent 3981ee002c
commit d7dc218bca
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ SKIP: {
expectOK($res);
my $pdata = 'lemonldappdata=' . expectCookie( $res, 'lemonldappdata' );
# Try to authenticate with an authorized user to IdP
# Try to authenticate to IdP
$s = "user=french&password=french&$s";
ok(
$res = $issuer->_post(
@ -111,7 +111,7 @@ SKIP: {
cookie => "lemonldap=$idpId",
accept => 'text/html'
),
'Query SP for logout'
'Query IDP for logout'
);
my $logoutCookie = expectCookie($res);
is( $logoutCookie, 0, "IDP cookie removed" );