Skip to content

Commit 1bd4efe

Browse files
committed
Change $sp->id to $sp->issuer in t/09-authn-request.t
Signed-off-by: Wesley Schwengle <waterkip@cpan.org>
1 parent f3e3ec4 commit 1bd4efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/09-authn-request.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ $override->override('Net::SAML2::Protocol::AuthnRequest::_build_id' =>
174174
is_passive => 0,
175175
);
176176

177-
my $req = $sp->authn_request($sp->id, '', %params,);
177+
my $req = $sp->authn_request($sp->issuer, '', %params,);
178178

179179
my $xp = get_xpath(
180180
$req->as_xml,

0 commit comments

Comments
 (0)