No more pdata in CAS gateway mode test (#1528)

environments/ppa-mbqj77/deployments/432
Clément OUDOT 7 years ago
parent 0839c9e3fd
commit f31b60cf98
  1. 3
      lemonldap-ng-portal/t/31-Auth-and-issuer-CAS-gateway.t

@ -89,7 +89,6 @@ ok(
'Query CAS server'
);
count(1);
my $pdata = 'lemonldappdata=' . expectCookie( $res, 'lemonldappdata' );
my ($query) = expectRedirection( $res, qr#^http://auth.sp.com/# );
# Back to SP
@ -99,7 +98,7 @@ ok(
'/',
query => $query,
accept => 'text/html',
cookie => "llngcasserver=idp;$pdata",
cookie => "llngcasserver=idp",
),
'Query SP with ticket'
);

Loading…
Cancel
Save