From d7dc218bca199b8023deb5f1e24c3323262665e3 Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Sat, 2 May 2020 13:31:36 +0200 Subject: [PATCH] Typo (#2184) --- lemonldap-ng-portal/t/30-SAML-POST-Logout-when-removed.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lemonldap-ng-portal/t/30-SAML-POST-Logout-when-removed.t b/lemonldap-ng-portal/t/30-SAML-POST-Logout-when-removed.t index eeb321eab..fa0f288fb 100644 --- a/lemonldap-ng-portal/t/30-SAML-POST-Logout-when-removed.t +++ b/lemonldap-ng-portal/t/30-SAML-POST-Logout-when-removed.t @@ -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" );