Fix warnings in RPM build (#1559)

This commit is contained in:
Clément OUDOT 2018-11-29 21:36:54 +01:00
parent 182a7a6908
commit 5a0bf72dfd
5 changed files with 1 additions and 5 deletions

View File

@ -147,7 +147,7 @@ $op->logout($idpId);
# Query RP for auth
ok( $res = $rp->_get( '/', accept => 'text/html' ), 'Unauth SP request' );
count(1);
my ( $url, $query ) =
( $url, $query ) =
expectRedirection( $res, qr#http://auth.op.com(/oauth2/authorize)\?(.*)$# );
# Rewrite response_type to use implicit

View File

@ -114,7 +114,6 @@ SKIP: {
),
'Launch SAML request to IdP'
);
my $tmp;
my $idpPdata = 'lemonldappdata=' . expectCookie( $res, 'lemonldappdata' );
# Try to authenticate to IdP

View File

@ -136,7 +136,6 @@ SKIP: {
'Launch SAML request to IdP'
);
my $idpPdata = 'lemonldappdata=' . expectCookie( $res, 'lemonldappdata' );
my $tmp;
# Try to authenticate to IdP
my $body = $res->[2]->[0];

View File

@ -138,7 +138,6 @@ SKIP: {
'Launch SAML request to IdP'
);
my $idpPdata = 'lemonldappdata=' . expectCookie( $res, 'lemonldappdata' );
my $tmp;
# Try to authenticate to IdP
my $body = $res->[2]->[0];

View File

@ -45,7 +45,6 @@ count(1);
# Try yo authenticate
# -------------------
my $res;
ok(
$res = $client->_post(
'/',